Commit graph

70 commits

Author SHA1 Message Date
c238e3a190
Implemented stat syscall 2025-04-15 18:56:01 +02:00
54eb919e98
Added a function for memory size alignment 2025-04-15 11:08:33 +02:00
4550892f58
Removed old syscalls 2025-04-15 09:31:49 +02:00
3da61f5c69
Replaced builtin store function with a new syntax 2025-04-11 14:21:51 +02:00
013d3dd8cd
Refactored the interface of the io package 2025-04-07 18:02:36 +02:00
127b87f4ea
Added fmt package 2025-04-07 15:13:57 +02:00
51fc0a1272
Modified const and extern to always use blocks 2025-04-05 19:34:50 +02:00
4c90b6ea6a
Moved const and extern identifiers to the left 2025-04-04 20:15:31 +02:00
1a2c21de15
Removed struct keyword 2025-04-04 13:32:55 +02:00
716cc6dddd
Added crash function 2025-03-14 09:52:00 +01:00
014f161633
Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
fee1b27bfe
Enabled arm64 encoding 2025-03-06 16:54:28 +01:00
ada7aaa1e2
Removed dead code 2025-03-04 13:35:55 +01:00
32d81ce98d
Fixed server example for Mac 2025-03-01 12:48:34 +01:00
a905710982
Added placeholders for type casts 2025-02-27 00:18:34 +01:00
bf5110edd4
Implemented boolean literals 2025-02-26 14:33:41 +01:00
4587503a57
Removed log from the standard library 2025-02-22 18:02:50 +01:00
d5bcf340e9
Fixed incorrect const values 2025-02-21 13:47:56 +01:00
8f3fa494ba
Added byte type 2025-02-21 11:27:45 +01:00
930b5e16f4
Simplified standard library 2025-02-17 17:49:42 +01:00
6eab48c586
Improved type system 2025-02-17 14:31:47 +01:00
9da25da525
Added a program init function 2025-02-16 15:46:54 +01:00
0ddaeca844
Improved thread creation on Linux 2025-02-16 11:31:31 +01:00
b3fec98baf
Improved Windows ABI support 2025-02-15 18:23:33 +01:00
91a3ec9d52
Implemented const keyword 2025-02-15 14:38:01 +01:00
4803b81845
Implemented extern functions 2025-02-12 00:04:30 +01:00
2e3857622a
Improved type system 2025-02-09 23:52:07 +01:00
c0ffddaba8
Added array type 2025-02-09 20:25:37 +01:00
ba4f07893c
Implemented console output for Windows 2025-02-09 16:24:36 +01:00
a24b8a7586
Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
129a674c2e
Fixed incorrect memory allocations 2025-02-09 14:38:01 +01:00
3043e4e2c4
Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00
79bb606e8d
Implemented network byte order conversion 2025-02-08 23:59:19 +01:00
084edba480
Fixed server example on Mac 2025-02-08 19:09:36 +01:00
971b7f4b76
Improved server example 2025-02-08 17:34:11 +01:00
b2030c506c
Improved error handling for struct types 2025-02-08 16:29:56 +01:00
8357aefc01
Implemented package specific structs 2025-02-08 16:06:39 +01:00
5bbc730ed4
Improved server example 2025-02-06 17:11:57 +01:00
c352778c6d
Reorganized sys functions 2025-02-06 13:46:37 +01:00
9908066c20
Added socket syscalls for Mac 2025-02-06 13:19:04 +01:00
e36d9fade3
Implemented structs 2025-02-04 18:16:31 +01:00
30940f0100
Implemented struct parser 2025-02-04 14:41:04 +01:00
f2f0624638
Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
0db4d4fc14
Added time.sleep function 2025-02-02 17:04:58 +01:00
819a4a907b
Added stack specific flags for thread stack allocation 2025-02-02 15:17:52 +01:00
cad7e4b625
Fixed incorrect syscall numbers for Mac 2025-01-31 21:59:30 +01:00
a878448fc5
Added fork and execve syscalls for Mac 2025-01-31 21:56:00 +01:00
2ae8b04593
Simplified thread example 2025-01-31 12:11:39 +01:00
860795c1ec
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
791573bbfc
Added more syscalls 2025-01-20 21:37:23 +01:00