Commit graph

32 commits

Author SHA1 Message Date
82f040f7d1
Simplified tests 2024-07-09 12:13:59 +02:00
6102ab466a
Implemented a basic optimization 2024-07-09 11:43:33 +02:00
58d3aaf21d
Added more tests 2024-07-09 10:39:29 +02:00
c2b763ab67
Added fibonacci example 2024-07-09 10:28:14 +02:00
cbbceedc4d
Removed unused test functions 2024-07-08 14:13:26 +02:00
69f70b5b2f
Simplified branch tests 2024-07-08 13:48:46 +02:00
1c4d2d4f88
Implemented boolean operators 2024-07-08 13:38:44 +02:00
13161f5021
Improved branch compilation 2024-07-07 21:55:32 +02:00
78ae050d18
Added more tests 2024-07-07 17:13:22 +02:00
962a362578
Implemented if statements 2024-07-07 12:30:57 +02:00
0b4b3343c4
Added more tests 2024-07-06 17:01:52 +02:00
b886637dc3
Removed incorrect optimization 2024-07-06 15:20:52 +02:00
fca944d26c
Added more tests 2024-07-06 13:06:39 +02:00
6db1f1af69
Added more tests 2024-07-05 17:11:30 +02:00
28fc6d2af6
Improved code generation 2024-07-05 16:31:33 +02:00
881cb0a81c
Added nested calls test 2024-07-05 11:56:57 +02:00
78ddfa6dbc
Added operator precedence test 2024-07-05 10:10:09 +02:00
0a661b4345
Improved code generation 2024-07-04 12:32:56 +02:00
5ca086f177
Added more tests 2024-07-03 11:59:36 +02:00
fd6e874b44
Refactored code structure 2024-07-03 11:39:24 +02:00
b8c011d742
Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
0553706891
Implemented invalid character checks 2024-06-28 19:54:26 +02:00
8beed6dd21
Implemented dead code elimination 2024-06-27 17:36:45 +02:00
51a2308179
Enforced consistent naming 2024-06-26 23:24:11 +02:00
57c9fc22d1
Improved variable definitions 2024-06-22 20:18:13 +02:00
0b4b10ed4c
Added more tests 2024-06-22 13:20:11 +02:00
8c74b4b05f
Added CPU type 2024-06-21 22:16:42 +02:00
5cedb516c5
Added more tests 2024-06-21 10:17:26 +02:00
6043baee48
Implemented function calls 2024-06-18 16:42:56 +02:00
0ed071a7ee
Implemented expression parsing 2024-06-16 16:57:33 +02:00
1b99722cd8
Added more tests 2024-06-15 20:25:37 +02:00
7bbfa8914f
Moved tests to a separate directory 2024-06-14 10:36:01 +02:00