206 Commits

Author SHA1 Message Date
91f34bc88f Updated module path 2025-02-25 17:16:09 +01:00
7598411c8f Updated documentation 2025-02-21 22:39:01 +01:00
0a1a8f741d Implemented const keyword 2025-02-15 14:38:01 +01:00
be028a52d1 Fixed build package tests on Windows 2025-02-14 20:57:13 +01:00
97cdcbd1cb Implemented package specific structs 2025-02-08 16:06:39 +01:00
51e3c1ba0e Implemented struct parser 2025-02-04 14:41:04 +01:00
8de582abf6 Fixed incorrect OS detection 2025-01-31 21:50:35 +01:00
92e4175bbd Improved documentation 2025-01-28 14:04:30 +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
1b13539b22 Implemented type checks 2024-08-07 16:20:03 +02:00
6e848774ed Added types 2024-08-06 15:12:07 +02:00
83661c5e7a Added types 2024-08-05 18:47:24 +02:00
cd1119add2 Added RISC-V to the todo list 2024-08-05 17:16:32 +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
c8045cb4fb Improved division 2024-08-04 00:35:33 +02:00
57ee65abd1 Added more tests 2024-08-03 23:05:09 +02:00
dbf416d45b Implemented switch statements 2024-08-03 22:24:40 +02:00
d07b455f67 Implemented string interning for static data 2024-08-03 17:09:08 +02:00
6aa1e674df Added a rudimentary FizzBuzz example 2024-08-03 01:11:22 +02:00
df5813515d Fixed an incorrect register move 2024-08-02 15:06:32 +02:00
b1f0d20394 Fixed incorrect register move 2024-08-02 12:55:25 +02:00
34d865986a Added missing node 2024-08-02 12:16:35 +02:00
b0c568e616 Improved performance 2024-08-02 11:41:21 +02:00
548e3475fb Improved visualization of register usage 2024-08-02 10:46:39 +02:00
778c125d19 Improved performance 2024-08-01 23:41:39 +02:00
3c70529015 Fixed incorrect token count 2024-08-01 14:40:47 +02:00
8862dec3e4 Added more destructive mnemonics 2024-07-31 23:47:44 +02:00
c8824e699a Added escape sequences 2024-07-31 17:50:31 +02:00
cdbfa744b7 Removed unnecessary instructions 2024-07-31 15:36:44 +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
45e15cdb52 Reduced memory usage 2024-07-30 21:26:15 +02:00
0c1b57b4e4 Added main prefix 2024-07-30 20:02:55 +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
1e7a1399d3 Improved AST parser 2024-07-30 12:48:48 +02:00
265ab988d9 Simplified code 2024-07-30 12:20:33 +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
8d4eb9935d Moved sizeof functions to a separate package 2024-07-29 12:33:28 +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
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
944bacf4e1 Implemented unary operator parsing 2024-07-27 12:49:39 +02:00
d001e4e55f Fixed jump address calculation 2024-07-26 19:33:51 +02:00