|
0dffb79364
|
Simplified compiler package
|
2025-02-12 19:05:40 +01:00 |
|
|
b7b4dad1a5
|
Simplified return code
|
2025-02-12 17:34:48 +01:00 |
|
|
3fb05c382a
|
Reduced number of register moves
|
2025-02-12 17:02:51 +01:00 |
|
|
b32df45289
|
Removed unnecessary function
|
2025-02-12 16:29:45 +01:00 |
|
|
be384c5136
|
Fixed incorrect number of history entries
|
2025-02-12 15:00:19 +01:00 |
|
|
c10395eddc
|
Fixed volatile registers on external calls
|
2025-02-12 12:47:08 +01:00 |
|
|
49afa5d800
|
Moved external calls to a separate function
|
2025-02-12 11:25:20 +01:00 |
|
|
3b66dae1d4
|
Implemented extern functions
|
2025-02-12 00:04:30 +01:00 |
|
|
1083db6ab2
|
Added more tests
|
2025-02-11 18:48:40 +01:00 |
|
|
b2f67429f3
|
Improved color support on Windows
|
2025-02-11 12:41:20 +01:00 |
|
|
4dd40f6fec
|
Added number of used functions to the statistics
|
2025-02-10 17:17:59 +01:00 |
|
|
371059d08a
|
Improved type system checks
|
2025-02-10 14:09:27 +01:00 |
|
|
b2a9dc3aa7
|
Added funding information
|
2025-02-10 11:16:22 +01:00 |
|
|
2b46e68f6f
|
Improved documentation
|
2025-02-10 10:56:32 +01:00 |
|
|
f19d9063a5
|
Improved type system
|
2025-02-09 23:52:07 +01:00 |
|
|
7634244c56
|
Added array type
|
2025-02-09 20:25:37 +01:00 |
|
|
c69f1aab5c
|
Completed basic support for Windows
|
2025-02-09 16:31:16 +01:00 |
|
|
01ea543995
|
Implemented console output for Windows
|
2025-02-09 16:24:36 +01:00 |
|
|
064bb3acc7
|
Added a zero byte at the end of strings
|
2025-02-09 15:37:00 +01:00 |
|
|
b1228be79a
|
Fixed incorrect parameters for memory deallocation
|
2025-02-09 15:25:25 +01:00 |
|
|
ade1fd8fff
|
Fixed incorrect memory allocations
|
2025-02-09 14:38:01 +01:00 |
|
|
2b2e707520
|
Implemented length storage of allocated memory
|
2025-02-09 14:14:41 +01:00 |
|
|
1ff56e0856
|
Implemented network byte order conversion
|
2025-02-08 23:59:19 +01:00 |
|
|
9002116ee4
|
Fixed server example on Mac
|
2025-02-08 19:09:36 +01:00 |
|
|
d0d096bcd2
|
Improved server example
|
2025-02-08 17:34:11 +01:00 |
|
|
526385280a
|
Improved error handling for struct types
|
2025-02-08 16:29:56 +01:00 |
|
|
97cdcbd1cb
|
Implemented package specific structs
|
2025-02-08 16:06:39 +01:00 |
|
|
91bafc0867
|
Added generic types to sizeof
|
2025-02-08 14:44:13 +01:00 |
|
|
01342f5318
|
Removed unnecessary type conversions
|
2025-02-08 13:02:18 +01:00 |
|
|
feacc27f49
|
Added more tests
|
2025-02-08 00:40:41 +01:00 |
|
|
1d50720c28
|
Updated dependencies
|
2025-02-08 00:26:50 +01:00 |
|
|
cba26d8154
|
Added more tests
|
2025-02-07 21:25:29 +01:00 |
|
|
5fc9cc4dff
|
Simplified CLI errors
|
2025-02-07 20:08:49 +01:00 |
|
|
c2d1084434
|
Simplified code
|
2025-02-07 19:41:54 +01:00 |
|
|
63a2752c56
|
Implemented struct size calculation after a scan
|
2025-02-07 16:26:24 +01:00 |
|
|
c28eace966
|
Renamed arm64 to arm
|
2025-02-07 11:38:21 +01:00 |
|
|
78aee7999b
|
Added asmc package
|
2025-02-06 23:26:10 +01:00 |
|
|
cae3092df7
|
Improved server example
|
2025-02-06 17:11:57 +01:00 |
|
|
94a0e81920
|
Added HTTP server example
|
2025-02-06 14:46:33 +01:00 |
|
|
9dcd43be46
|
Reorganized sys functions
|
2025-02-06 13:46:37 +01:00 |
|
|
170931cf5d
|
Added socket syscalls for Mac
|
2025-02-06 13:19:04 +01:00 |
|
|
ace2f3c4a5
|
Allowed comments in the scanner
|
2025-02-06 13:10:44 +01:00 |
|
|
f36b1f6c7c
|
Added server example
|
2025-02-06 12:49:17 +01:00 |
|
|
d4f9071ee4
|
Renamed x64 to x86
|
2025-02-05 23:16:18 +01:00 |
|
|
37afbde0da
|
Added build statistics
|
2025-02-05 23:10:50 +01:00 |
|
|
12894dbcc5
|
Fixed register allocation on function calls
|
2025-02-05 22:49:39 +01:00 |
|
|
5d38a4980a
|
Implemented struct pointer types
|
2025-02-05 15:16:00 +01:00 |
|
|
85568949a2
|
Added more tests
|
2025-02-05 11:11:15 +01:00 |
|
|
8421a21c9a
|
Simplified type system
|
2025-02-04 23:58:01 +01:00 |
|
|
bde68d4d64
|
Implemented reading from struct fields
|
2025-02-04 20:43:15 +01:00 |
|