Eduard Urbach akyoto
akyoto pushed to main at cli/q 2024-07-28 22:30:36 +00:00
d5953649d9 Implemented numbers with different bases
akyoto pushed to main at cli/q 2024-07-28 19:09:47 +00:00
f1d4e65c1b Implemented move with sign extension
akyoto pushed to main at cli/q 2024-07-28 16:47:19 +00:00
32d7455c38 Added assertions to most tests
akyoto pushed to main at cli/q 2024-07-28 16:12:47 +00:00
c2c147f1b4 Improved division split
akyoto pushed to main at cli/q 2024-07-28 13:42:55 +00:00
bb74c0cf50 Implemented negation
akyoto pushed to main at cli/q 2024-07-27 15:48:08 +00:00
6861ae9a90 Implemented negative numbers
akyoto pushed to main at cli/q 2024-07-27 10:49:57 +00:00
944bacf4e1 Implemented unary operator parsing
akyoto pushed to main at cli/q 2024-07-26 17:33:57 +00:00
d001e4e55f Fixed jump address calculation
akyoto pushed to main at cli/q 2024-07-26 14:19:20 +00:00
bf80551a15 Implemented 64-bit move
akyoto pushed to main at cli/q 2024-07-26 10:50:56 +00:00
123738f88c Implemented number output
akyoto pushed to main at cli/q 2024-07-25 14:47:31 +00:00
f4dd9004be Implemented assert keyword
akyoto pushed to main at cli/q 2024-07-25 13:47:23 +00:00
f0bc5039ee Implemented bit shifts
akyoto pushed to main at cli/q 2024-07-25 12:17:56 +00:00
d1a8f0d66c Implemented bitwise operations
akyoto pushed to main at cli/q 2024-07-25 10:21:13 +00:00
b8900b518a Improved modulo tests
akyoto pushed to main at cli/q 2024-07-25 10:12:02 +00:00
60b8ff1308 Implemented modulo operation
akyoto pushed to main at sys/home 2024-07-25 10:11:49 +00:00
553844b092 Updated config
akyoto pushed to main at cli/q 2024-07-24 17:39:32 +00:00
65cc81032b Added a few todo points
akyoto pushed to main at cli/q 2024-07-24 10:14:56 +00:00
70792acb12 Improved tokenizer performance
akyoto pushed to main at cli/q 2024-07-24 09:55:40 +00:00
b9dd5c1b59 Improved tokenizer performance
akyoto pushed to main at cli/q 2024-07-24 09:50:37 +00:00
89fbc233eb Improved tokenizer performance