80 Commits

Author SHA1 Message Date
235188e457 Improved Windows support 2024-08-14 13:41:22 +02:00
b90ee62b98 Improved out of memory test 2024-08-12 15:46:45 +02:00
fdb47c9045 Fixed out of memory test 2024-08-12 15:44:09 +02:00
cc215a27c7 Added more tests 2024-08-11 14:00:51 +02:00
5d9be01a85 Improved type system 2024-08-08 12:55:25 +02:00
66569446b1 Simplified file structure 2024-08-07 19:39:10 +02:00
1b13539b22 Implemented type checks 2024-08-07 16:20:03 +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
3e3567cd32 Added prime numbers example 2024-08-04 16:17:33 +02:00
57ee65abd1 Added more tests 2024-08-03 23:05:09 +02:00
6aa1e674df Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +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
87ae78c86a Added a check for unused imports 2024-07-31 11:55:21 +02:00
2293603923 Added more examples 2024-07-31 00:03:16 +02:00
323952f4bc Implemented else blocks 2024-07-30 16:36:33 +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
bf80551a15 Implemented 64-bit move 2024-07-26 16:19:13 +02:00
123738f88c Implemented number output 2024-07-26 12:50:47 +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
b8900b518a Improved modulo tests 2024-07-25 12:21:10 +02:00
60b8ff1308 Implemented modulo operation 2024-07-25 12:11:55 +02:00
26214366e3 Simplified code 2024-07-23 22:14:23 +02:00
21017e6378 Implemented runes 2024-07-22 15:32:16 +02:00
04ba68a075 Reduced token size 2024-07-21 14:35:06 +02:00
155df7c44c Implemented array storage 2024-07-20 17:35:26 +02:00
824efbf424 Implemented echo example 2024-07-18 21:10:27 +02:00
b34470a97d Implemented package imports 2024-07-18 18:08:30 +02:00
724794b4aa Separated compiler into its own package 2024-07-18 10:08:38 +02:00
f9d72fe490 Fixed variable lifetime in loops 2024-07-16 20:22:28 +02:00
24d3e8f2be Implemented variable scopes 2024-07-15 16:51:36 +02:00
9df899cb52 Implemented data labels 2024-07-13 00:13:13 +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