Commit graph

76 commits

Author SHA1 Message Date
Eduard Urbach
5d9be01a85
Improved type system 2024-08-08 12:55:25 +02:00
Eduard Urbach
66569446b1
Simplified file structure 2024-08-07 19:39:10 +02:00
Eduard Urbach
1b13539b22
Implemented type checks 2024-08-07 16:20:03 +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
3e3567cd32
Added prime numbers example 2024-08-04 16:17:33 +02:00
Eduard Urbach
57ee65abd1
Added more tests 2024-08-03 23:05:09 +02:00
Eduard Urbach
6aa1e674df
Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +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
88be002c45
Added more tests 2024-07-31 15:27:20 +02:00
Eduard Urbach
3d245a15f9
Added more tests 2024-07-31 15:24:21 +02:00
Eduard Urbach
87ae78c86a
Added a check for unused imports 2024-07-31 11:55:21 +02:00
Eduard Urbach
2293603923
Added more examples 2024-07-31 00:03:16 +02:00
Eduard Urbach
323952f4bc
Implemented else blocks 2024-07-30 16:36:33 +02:00
Eduard Urbach
5abe8acc70
Added more tests 2024-07-30 15:46:47 +02:00
Eduard Urbach
ae8e46de4d
Improved tests 2024-07-29 18:03:15 +02:00
Eduard Urbach
5b1d456720
Implemented constant folding 2024-07-29 14:44:16 +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
bf80551a15
Implemented 64-bit move 2024-07-26 16:19:13 +02:00
Eduard Urbach
123738f88c
Implemented number output 2024-07-26 12:50:47 +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
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