Commit graph

68 commits

Author SHA1 Message Date
19a8154e06
Removed old syscalls 2025-04-15 09:31:49 +02:00
43a006e4af
Replaced builtin store function with a new syntax 2025-04-11 14:21:51 +02:00
a9d783c675
Refactored the interface of the io package 2025-04-07 18:02:36 +02:00
08ea91f46c
Added fmt package 2025-04-07 15:13:57 +02:00
543558a02b
Modified const and extern to always use blocks 2025-04-05 19:34:50 +02:00
ba34637dc1
Moved const and extern identifiers to the left 2025-04-04 20:15:31 +02:00
863fb7de5a
Removed struct keyword 2025-04-04 13:32:55 +02:00
9726f1d832
Added crash function 2025-03-14 09:52:00 +01:00
0ac7fc9a85
Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
7798eca074
Enabled arm64 encoding 2025-03-06 16:54:28 +01:00
e5f0123eea
Removed dead code 2025-03-04 13:35:55 +01:00
8ff6faa310
Fixed server example for Mac 2025-03-01 12:48:34 +01:00
ae6530aadb
Added placeholders for type casts 2025-02-27 00:18:34 +01:00
5f46a6f14e
Implemented boolean literals 2025-02-26 14:33:41 +01:00
Eduard Urbach
467fbd9725
Removed log from the standard library 2025-02-22 18:02:50 +01:00
Eduard Urbach
1ca61190eb
Fixed incorrect const values 2025-02-21 13:47:56 +01:00
Eduard Urbach
a42115c0fb
Added byte type 2025-02-21 11:27:45 +01:00
Eduard Urbach
b7685fd7ec
Simplified standard library 2025-02-17 17:49:42 +01:00
Eduard Urbach
b8e37fafae
Improved type system 2025-02-17 14:31:47 +01:00
Eduard Urbach
9f125694be
Added a program init function 2025-02-16 15:46:54 +01:00
Eduard Urbach
00be603b8f
Improved thread creation on Linux 2025-02-16 11:31:31 +01:00
Eduard Urbach
d0bcd8cf9f
Improved Windows ABI support 2025-02-15 18:23:33 +01:00
Eduard Urbach
0a1a8f741d
Implemented const keyword 2025-02-15 14:38:01 +01:00
Eduard Urbach
3b66dae1d4
Implemented extern functions 2025-02-12 00:04:30 +01:00
Eduard Urbach
f19d9063a5
Improved type system 2025-02-09 23:52:07 +01:00
Eduard Urbach
7634244c56
Added array type 2025-02-09 20:25:37 +01:00
Eduard Urbach
01ea543995
Implemented console output for Windows 2025-02-09 16:24:36 +01:00
Eduard Urbach
b1228be79a
Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
Eduard Urbach
ade1fd8fff
Fixed incorrect memory allocations 2025-02-09 14:38:01 +01:00
Eduard Urbach
2b2e707520
Implemented length storage of allocated memory 2025-02-09 14:14:41 +01:00
Eduard Urbach
1ff56e0856
Implemented network byte order conversion 2025-02-08 23:59:19 +01:00
Eduard Urbach
9002116ee4
Fixed server example on Mac 2025-02-08 19:09:36 +01:00
Eduard Urbach
d0d096bcd2
Improved server example 2025-02-08 17:34:11 +01:00
Eduard Urbach
526385280a
Improved error handling for struct types 2025-02-08 16:29:56 +01:00
Eduard Urbach
97cdcbd1cb
Implemented package specific structs 2025-02-08 16:06:39 +01:00
Eduard Urbach
cae3092df7
Improved server example 2025-02-06 17:11:57 +01:00
Eduard Urbach
9dcd43be46
Reorganized sys functions 2025-02-06 13:46:37 +01:00
Eduard Urbach
170931cf5d
Added socket syscalls for Mac 2025-02-06 13:19:04 +01:00
Eduard Urbach
03a3bd8f02
Implemented structs 2025-02-04 18:16:31 +01:00
Eduard Urbach
51e3c1ba0e
Implemented struct parser 2025-02-04 14:41:04 +01:00
Eduard Urbach
cb6b3a4cd0
Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
Eduard Urbach
715635aaa7
Added time.sleep function 2025-02-02 17:04:58 +01:00
Eduard Urbach
271ae0fb18
Added stack specific flags for thread stack allocation 2025-02-02 15:17:52 +01:00
Eduard Urbach
8b54823f6e
Fixed incorrect syscall numbers for Mac 2025-01-31 21:59:30 +01:00
Eduard Urbach
6f6af97919
Added fork and execve syscalls for Mac 2025-01-31 21:56:00 +01:00
Eduard Urbach
6163ba547e
Simplified thread example 2025-01-31 12:11:39 +01:00
Eduard Urbach
162824ec1c
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00
Eduard Urbach
c0b30e9c22
Added more syscalls 2025-01-20 21:37:23 +01:00
Eduard Urbach
6b48ee0a48
Improved Windows support 2024-08-19 17:25:51 +02:00
Eduard Urbach
05789d9626
Improved Windows DLL calls 2024-08-19 11:11:45 +02:00