Commit graph

19 commits

Author SHA1 Message Date
Shautvast
6f985cbab1 readme2 2025-10-27 20:53:29 +01:00
Shautvast
3762b950b7 readme 2025-10-27 20:51:13 +01:00
Shautvast
84835da814 function calls, with arguments 2025-10-27 20:31:27 +01:00
Shautvast
50de71572f more or less complete regarding basic operators 2025-10-26 18:10:16 +01:00
Shautvast
d2d7bb2034 lookup vars 2025-10-26 14:37:21 +01:00
Shautvast
96839158fa switched to building AST to do static type checking 2025-10-26 08:56:12 +01:00
Shautvast
f6b3b0a39a my first macro 2025-10-22 17:13:49 +02:00
Shautvast
5243e46dce runtime type checking 2025-10-22 16:54:51 +02:00
Shautvast
e2ddf94a00 first step in type checking 2025-10-22 16:14:38 +02:00
Shautvast
1d58725559 variable declarations 2025-10-21 18:33:07 +02:00
Shautvast
6dd22f5e4e print statements 2025-10-21 16:27:26 +02:00
Shautvast
215ffb298e comparisons 2025-10-20 21:14:22 +02:00
Shautvast
2fc6c449b3 fix string add 2025-10-20 20:59:50 +02:00
Shautvast
774df709e2 moved vm to vm.rs 2025-10-20 20:42:42 +02:00
Shautvast
9d279067ad more bitwise ops (shl, shr) 2025-10-20 20:31:48 +02:00
Shautvast
515b3c1037 bitwise ops 2025-10-20 10:38:46 +02:00
Shautvast
aa24a006ce boolean values and refactored binary ops 2025-10-18 09:05:46 +02:00
Shautvast
57b64bbd24 minimal compiler and vm 2025-10-17 16:52:37 +02:00
Shautvast
a0ec182bc5 scanner works 2025-10-14 22:18:48 +02:00