Commit graph

51 commits

Author SHA1 Message Date
Eduard Urbach
d0bcd8cf9f
Improved Windows ABI support 2025-02-15 18:23:33 +01:00
Eduard Urbach
0a1a8f741d
Implemented const keyword 2025-02-15 14:38:01 +01:00
Eduard Urbach
1083db6ab2
Added more tests 2025-02-11 18:48:40 +01:00
Eduard Urbach
f19d9063a5
Improved type system 2025-02-09 23:52:07 +01:00
Eduard Urbach
b1228be79a
Fixed incorrect parameters for memory deallocation 2025-02-09 15:25:25 +01:00
Eduard Urbach
bde68d4d64
Implemented reading from struct fields 2025-02-04 20:43:15 +01:00
Eduard Urbach
cb6b3a4cd0
Fixed missing register move in if statements 2025-02-03 13:17:48 +01:00
Eduard Urbach
dd6d1cc16c
Implemented function pointers as parameters 2025-01-30 23:57:41 +01:00
Eduard Urbach
6dad6fb6a6
Implemented dynamic array indices 2025-01-24 22:47:28 +01:00
Eduard Urbach
b90ee62b98
Improved out of memory test 2024-08-12 15:46:45 +02:00
Eduard Urbach
fdb47c9045
Fixed out of memory test 2024-08-12 15:44:09 +02:00
Eduard Urbach
83661c5e7a
Added types 2024-08-05 18:47:24 +02:00
Eduard Urbach
42f0367a94
Implemented multiple return values 2024-08-05 12:39:07 +02:00
Eduard Urbach
57ee65abd1
Added more tests 2024-08-03 23:05:09 +02:00
Eduard Urbach
b1f0d20394
Fixed incorrect register move 2024-08-02 12:55:25 +02:00
Eduard Urbach
c8824e699a
Added escape sequences 2024-07-31 17:50:31 +02:00
Eduard Urbach
3d245a15f9
Added more tests 2024-07-31 15:24:21 +02:00
Eduard Urbach
5abe8acc70
Added more tests 2024-07-30 15:46:47 +02:00
Eduard Urbach
d5953649d9
Implemented numbers with different bases 2024-07-29 00:30:26 +02:00
Eduard Urbach
f1d4e65c1b
Implemented move with sign extension 2024-07-28 21:09:42 +02:00
Eduard Urbach
32d7455c38
Added assertions to most tests 2024-07-28 18:47:13 +02:00
Eduard Urbach
c2c147f1b4
Improved division split 2024-07-28 18:12:42 +02:00
Eduard Urbach
bb74c0cf50
Implemented negation 2024-07-28 15:42:51 +02:00
Eduard Urbach
6861ae9a90
Implemented negative numbers 2024-07-27 17:48:03 +02:00
Eduard Urbach
d001e4e55f
Fixed jump address calculation 2024-07-26 19:33:51 +02:00
Eduard Urbach
f4dd9004be
Implemented assert keyword 2024-07-25 16:47:25 +02:00
Eduard Urbach
f0bc5039ee
Implemented bit shifts 2024-07-25 15:47:19 +02:00
Eduard Urbach
d1a8f0d66c
Implemented bitwise operations 2024-07-25 14:17:51 +02:00
Eduard Urbach
b8900b518a
Improved modulo tests 2024-07-25 12:21:10 +02:00
Eduard Urbach
60b8ff1308
Implemented modulo operation 2024-07-25 12:11:55 +02:00
Eduard Urbach
26214366e3
Simplified code 2024-07-23 22:14:23 +02:00
Eduard Urbach
b34470a97d
Implemented package imports 2024-07-18 18:08:30 +02:00
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
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
1c019297d2
Removed unused test functions 2024-07-08 14:13:26 +02:00
Eduard Urbach
03a07b6460
Simplified branch tests 2024-07-08 13:48:46 +02:00
Eduard Urbach
b5bb291e47
Implemented boolean operators 2024-07-08 13:38:44 +02:00
Eduard Urbach
ee16774fe7
Improved branch compilation 2024-07-07 21:55:32 +02:00
Eduard Urbach
9f341a6146
Added more tests 2024-07-07 17:13:22 +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