Commit Graph

35 Commits

Author SHA1 Message Date
b1f0d20394
Fixed incorrect register move 2024-08-02 12:55:25 +02:00
c8824e699a
Added escape sequences 2024-07-31 17:50:31 +02:00
88be002c45
Added more tests 2024-07-31 15:27:20 +02:00
3d245a15f9
Added more tests 2024-07-31 15:24:21 +02:00
5abe8acc70
Added more tests 2024-07-30 15:46:47 +02:00
ae8e46de4d
Improved tests 2024-07-29 18:03:15 +02:00
5b1d456720
Implemented constant folding 2024-07-29 14:44:16 +02:00
d5953649d9
Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
f1d4e65c1b
Implemented move with sign extension 2024-07-28 21:09:42 +02:00
32d7455c38
Added assertions to most tests 2024-07-28 18:47:13 +02:00
c2c147f1b4
Improved division split 2024-07-28 18:12:42 +02:00
bb74c0cf50
Implemented negation 2024-07-28 15:42:51 +02:00
6861ae9a90
Implemented negative numbers 2024-07-27 17:48:03 +02:00
d001e4e55f
Fixed jump address calculation 2024-07-26 19:33:51 +02:00
f4dd9004be
Implemented assert keyword 2024-07-25 16:47:25 +02:00
f0bc5039ee
Implemented bit shifts 2024-07-25 15:47:19 +02:00
d1a8f0d66c
Implemented bitwise operations 2024-07-25 14:17:51 +02:00
60b8ff1308
Implemented modulo operation 2024-07-25 12:11:55 +02:00
824efbf424
Implemented echo example 2024-07-18 21:10:27 +02:00
f9d72fe490
Fixed variable lifetime in loops 2024-07-16 20:22:28 +02:00
e24d9ebb50
Implemented 32-bit jumps 2024-07-10 15:01:46 +02:00
4386392844
Improved code generation 2024-07-09 17:00:04 +02:00
8103faa8b6
Simplified tests 2024-07-09 12:13:59 +02:00
59d6653eba
Implemented a basic optimization 2024-07-09 11:43:33 +02:00
4a7bb9500a
Added more tests 2024-07-09 10:39:29 +02:00
5cbc3315a7
Added fibonacci example 2024-07-09 10:28:14 +02:00
b5bb291e47
Implemented boolean operators 2024-07-08 13:38:44 +02:00
a9f305dec2
Removed incorrect optimization 2024-07-06 15:20:52 +02:00
8f9481c548
Added more tests 2024-07-06 13:06:39 +02:00
d771708693
Improved code generation 2024-07-05 16:31:33 +02:00
099ee729d4
Added nested calls test 2024-07-05 11:56:57 +02:00
c13a70c958
Added operator precedence test 2024-07-05 10:10:09 +02:00
3340a5824f
Improved code generation 2024-07-04 12:32:56 +02:00
795935ddfb
Added more tests 2024-07-03 11:59:36 +02:00
feebfe65bb
Refactored code structure 2024-07-03 11:39:24 +02:00