Commit graph

66 commits

Author SHA1 Message Date
Eduard Urbach
f9d72fe490
Fixed variable lifetime in loops 2024-07-16 20:22:28 +02:00
Eduard Urbach
e24d9ebb50
Implemented 32-bit jumps 2024-07-10 15:01:46 +02:00
Eduard Urbach
4386392844
Improved code generation 2024-07-09 17:00:04 +02:00
Eduard Urbach
8103faa8b6
Simplified tests 2024-07-09 12:13:59 +02:00
Eduard Urbach
59d6653eba
Implemented a basic optimization 2024-07-09 11:43:33 +02:00
Eduard Urbach
4a7bb9500a
Added more tests 2024-07-09 10:39:29 +02:00
Eduard Urbach
5cbc3315a7
Added fibonacci example 2024-07-09 10:28:14 +02:00
Eduard Urbach
b5bb291e47
Implemented boolean operators 2024-07-08 13:38:44 +02:00
Eduard Urbach
a9f305dec2
Removed incorrect optimization 2024-07-06 15:20:52 +02:00
Eduard Urbach
8f9481c548
Added more tests 2024-07-06 13:06:39 +02:00
Eduard Urbach
d771708693
Improved code generation 2024-07-05 16:31:33 +02:00
Eduard Urbach
099ee729d4
Added nested calls test 2024-07-05 11:56:57 +02:00
Eduard Urbach
c13a70c958
Added operator precedence test 2024-07-05 10:10:09 +02:00
Eduard Urbach
3340a5824f
Improved code generation 2024-07-04 12:32:56 +02:00
Eduard Urbach
795935ddfb
Added more tests 2024-07-03 11:59:36 +02:00
Eduard Urbach
feebfe65bb
Refactored code structure 2024-07-03 11:39:24 +02:00
Renamed from examples_test.go (Browse further)