Commit graph

398 commits

Author SHA1 Message Date
Eduard Urbach
c10395eddc
Fixed volatile registers on external calls 2025-02-12 12:47:08 +01:00
Eduard Urbach
49afa5d800
Moved external calls to a separate function 2025-02-12 11:25:20 +01:00
Eduard Urbach
3b66dae1d4
Implemented extern functions 2025-02-12 00:04:30 +01:00
Eduard Urbach
4dd40f6fec
Added number of used functions to the statistics 2025-02-10 17:17:59 +01:00
Eduard Urbach
371059d08a
Improved type system checks 2025-02-10 14:09:27 +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
064bb3acc7
Added a zero byte at the end of strings 2025-02-09 15:37:00 +01:00
Eduard Urbach
2b2e707520
Implemented length storage of allocated memory 2025-02-09 14:14:41 +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
91bafc0867
Added generic types to sizeof 2025-02-08 14:44:13 +01:00
Eduard Urbach
01342f5318
Removed unnecessary type conversions 2025-02-08 13:02:18 +01:00
Eduard Urbach
feacc27f49
Added more tests 2025-02-08 00:40:41 +01:00
Eduard Urbach
cba26d8154
Added more tests 2025-02-07 21:25:29 +01:00
Eduard Urbach
5fc9cc4dff
Simplified CLI errors 2025-02-07 20:08:49 +01:00
Eduard Urbach
c2d1084434
Simplified code 2025-02-07 19:41:54 +01:00
Eduard Urbach
63a2752c56
Implemented struct size calculation after a scan 2025-02-07 16:26:24 +01:00
Eduard Urbach
c28eace966
Renamed arm64 to arm 2025-02-07 11:38:21 +01:00
Eduard Urbach
78aee7999b
Added asmc package 2025-02-06 23:26:10 +01:00
Eduard Urbach
ace2f3c4a5
Allowed comments in the scanner 2025-02-06 13:10:44 +01:00
Eduard Urbach
f36b1f6c7c
Added server example 2025-02-06 12:49:17 +01:00
Eduard Urbach
d4f9071ee4
Renamed x64 to x86 2025-02-05 23:16:18 +01:00
Eduard Urbach
37afbde0da
Added build statistics 2025-02-05 23:10:50 +01:00
Eduard Urbach
12894dbcc5
Fixed register allocation on function calls 2025-02-05 22:49:39 +01:00
Eduard Urbach
5d38a4980a
Implemented struct pointer types 2025-02-05 15:16:00 +01:00
Eduard Urbach
85568949a2
Added more tests 2025-02-05 11:11:15 +01:00
Eduard Urbach
8421a21c9a
Simplified type system 2025-02-04 23:58:01 +01:00
Eduard Urbach
bde68d4d64
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
Eduard Urbach
03a3bd8f02
Implemented structs 2025-02-04 18:16:31 +01:00
Eduard Urbach
4609a814df
Removed unnecessary code 2025-02-04 15:19:03 +01:00
Eduard Urbach
51e3c1ba0e
Implemented struct parser 2025-02-04 14:41:04 +01:00
Eduard Urbach
fc1b970f7f
Forced the evaluation of symlinks 2025-02-04 00:00:43 +01:00
Eduard Urbach
fff21230d7
Simplified register usage visualization 2025-02-03 21:20:48 +01:00
Eduard Urbach
6959379182
Simplified identifier lookup 2025-02-03 15:22:57 +01:00
Eduard Urbach
6af02d8fa3
Fixed incorrect section offsets on Windows 2025-02-03 14:23:23 +01:00
Eduard Urbach
cb6b3a4cd0
Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
Eduard Urbach
646dafd216
Added return count mismatch error 2025-02-03 13:13:17 +01:00
Eduard Urbach
11d2521aee
Simplified the assembler 2025-02-02 11:48:08 +01:00
Eduard Urbach
dd9222c162
Removed unnecessary benchmarks 2025-02-02 11:38:55 +01:00
Eduard Urbach
858d0f21cf
Simplified tokenizer 2025-02-02 11:11:59 +01:00
Eduard Urbach
1be26f288c
Added more tokenizer tests 2025-02-01 14:44:24 +01:00
Eduard Urbach
8de582abf6
Fixed incorrect OS detection 2025-01-31 21:50:35 +01:00
Eduard Urbach
547e7d066b
Added more CLI tests 2025-01-31 11:54:42 +01:00
Eduard Urbach
eba0176ae6
Added more tokenizer tests 2025-01-31 11:42:34 +01:00
Eduard Urbach
be1b8723f4
Improved performance of the address resolver 2025-01-31 11:14:04 +01:00
Eduard Urbach
dd6d1cc16c
Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
Eduard Urbach
313302b9c8
Improved code style 2025-01-30 22:23:38 +01:00
Eduard Urbach
162824ec1c
Implemented basic support for function pointers 2025-01-30 16:33:20 +01:00