Commit graph

34 commits

Author SHA1 Message Date
014f161633
Implemented more arm64 instructions 2025-03-06 23:13:14 +01:00
a905710982
Added placeholders for type casts 2025-02-27 00:18:34 +01:00
d5bcf340e9
Fixed incorrect const values 2025-02-21 13:47:56 +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
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
ba4f07893c
Implemented console output for Windows 2025-02-09 16:24:36 +01:00
3043e4e2c4
Implemented length storage of allocated memory 2025-02-09 14:14:41 +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
0db4d4fc14
Added time.sleep function 2025-02-02 17:04:58 +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
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
32ae625af4
Improved Windows support 2024-08-19 17:25:51 +02:00
ed6cee0acc
Improved Windows DLL calls 2024-08-19 11:11:45 +02:00
bdd5e5a28e
Improved documentation 2024-08-16 12:49:17 +02:00
c7881ab0ef
Improved alignment function 2024-08-15 13:53:00 +02:00
33da0cc315
Improved Windows support 2024-08-13 19:34:54 +02:00
1a895aa360
Added conditional compilation for each OS 2024-08-12 14:17:24 +02:00
69a5fdc703
Improved type system 2024-08-08 12:55:25 +02:00
cacee7260a
Implemented type checks 2024-08-07 16:20:03 +02:00
188b85fdce
Added types 2024-08-05 18:47:24 +02:00
eaeeba495e
Added socket syscalls 2024-07-21 21:30:37 +02:00
86175d7a53
Implemented echo example 2024-07-18 21:10:27 +02:00
fcc4f8d2d9
Implemented package imports 2024-07-18 18:08:30 +02:00