60 Commits

Author SHA1 Message Date
ea233d789d Simplified compilation of function calls 2025-03-02 21:36:23 +01:00
c3054369e3 Implemented register calls 2025-03-02 17:53:18 +01:00
efb3089211 Simplified Evaluate function 2025-02-27 15:30:44 +01:00
ae6530aadb Added placeholders for type casts 2025-02-27 00:18:34 +01:00
91f34bc88f Updated module path 2025-02-25 17:16:09 +01:00
98edfb19fd Changed test order 2025-02-25 17:06:46 +01:00
df782ae1cb Added more tests 2025-02-22 13:58:07 +01:00
c088697446 Fixed incorrect division results 2025-02-22 12:54:23 +01:00
45a36a645a Implemented for loops 2025-02-19 23:46:17 +01:00
7922cff7ba Implemented loop iterators 2025-02-19 17:52:15 +01:00
1bc845e6f0 Implemented loads with register offsets 2025-02-19 15:36:42 +01:00
3b76919fec Simplified config package 2025-02-17 23:36:11 +01:00
0a1a8f741d Implemented const keyword 2025-02-15 14:38:01 +01:00
88b3f468d1 Updated Go version 2025-02-14 16:46:36 +01:00
1083db6ab2 Added more tests 2025-02-11 18:48:40 +01:00
b1228be79a Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
bde68d4d64 Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
cb6b3a4cd0 Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
313302b9c8 Improved code style 2025-01-30 22:23:38 +01:00
6dad6fb6a6 Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
235188e457 Improved Windows support 2024-08-14 13:41:22 +02:00
66569446b1 Simplified file structure 2024-08-07 19:39:10 +02:00
83661c5e7a Added types 2024-08-05 18:47:24 +02:00
42f0367a94 Implemented multiple return values 2024-08-05 12:39:07 +02:00
57ee65abd1 Added more tests 2024-08-03 23:05:09 +02:00
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