Commit graph

49 commits

Author SHA1 Message Date
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
21017e6378
Implemented runes 2024-07-22 15:32:16 +02:00
Eduard Urbach
04ba68a075
Reduced token size 2024-07-21 14:35:06 +02:00
Eduard Urbach
155df7c44c
Implemented array storage 2024-07-20 17:35:26 +02:00
Eduard Urbach
824efbf424
Implemented echo example 2024-07-18 21:10:27 +02:00
Eduard Urbach
b34470a97d
Implemented package imports 2024-07-18 18:08:30 +02:00
Eduard Urbach
724794b4aa
Separated compiler into its own package 2024-07-18 10:08:38 +02:00
Eduard Urbach
f9d72fe490
Fixed variable lifetime in loops 2024-07-16 20:22:28 +02:00
Eduard Urbach
24d3e8f2be
Implemented variable scopes 2024-07-15 16:51:36 +02:00
Eduard Urbach
9df899cb52
Implemented data labels 2024-07-13 00:13:13 +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
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
91e300e49a
Implemented if statements 2024-07-07 12:30:57 +02:00
Eduard Urbach
230bb36709
Added more tests 2024-07-06 17:01:52 +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
cc66b02bf8
Added more tests 2024-07-05 17:11:30 +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
Eduard Urbach
3fe2cd1da2
Improved variable lifetime tracking 2024-06-30 00:17:14 +02:00
Eduard Urbach
3664e74074
Implemented invalid character checks 2024-06-28 19:54:26 +02:00
Eduard Urbach
526b92aa09
Implemented dead code elimination 2024-06-27 17:36:45 +02:00
Eduard Urbach
94151773a5
Enforced consistent naming 2024-06-26 23:24:11 +02:00
Eduard Urbach
4f6750dc8e
Improved variable definitions 2024-06-22 20:18:13 +02:00
Eduard Urbach
2f7319e6a0
Added more tests 2024-06-22 13:20:11 +02:00
Eduard Urbach
4faa1641c6
Added CPU type 2024-06-21 22:16:42 +02:00
Eduard Urbach
2c6999040d
Added more tests 2024-06-21 10:17:26 +02:00
Eduard Urbach
76db8feee3
Implemented function calls 2024-06-18 16:42:56 +02:00
Eduard Urbach
ef16bdb4c7
Implemented expression parsing 2024-06-16 16:57:33 +02:00
Eduard Urbach
864c9c7b43
Added more tests 2024-06-15 20:25:37 +02:00
Eduard Urbach
f13f7c2800
Moved tests to a separate directory 2024-06-14 10:36:01 +02:00