Eduard Urbach akyoto
akyoto pushed to main at cli/q 2024-07-19 09:43:26 +00:00
7490a32666 Fixed importing the same directory twice
akyoto pushed to main at cli/q 2024-07-18 21:06:54 +00:00
733c12d413 Reduced file size when data is empty
akyoto pushed to main at cli/q 2024-07-18 19:10:32 +00:00
824efbf424 Implemented echo example
akyoto pushed to main at cli/q 2024-07-18 16:08:36 +00:00
b34470a97d Implemented package imports
akyoto pushed to main at cli/q 2024-07-18 09:40:11 +00:00
fa373e7dc2 Improved variable lifetime comments
akyoto pushed to main at cli/q 2024-07-18 08:08:42 +00:00
724794b4aa Separated compiler into its own package
akyoto pushed to main at cli/q 2024-07-18 06:47:17 +00:00
c19ad24428 Added more tests
akyoto pushed to main at cli/q 2024-07-17 21:04:11 +00:00
77ccb8778f Reduced memory allocations
akyoto pushed to main at cli/q 2024-07-17 20:28:11 +00:00
6e3cc26092 Disabled garbage collection
akyoto pushed to main at cli/q 2024-07-17 19:09:05 +00:00
f617e115cd Reduced memory allocations
akyoto pushed to main at cli/q 2024-07-17 17:50:50 +00:00
68e21c96e3 Added more tests
akyoto pushed to main at cli/q 2024-07-17 13:24:02 +00:00
8b2cdfa841 Reduced memory allocations
akyoto pushed to main at cli/q 2024-07-17 10:39:05 +00:00
f4e4e49fce Removed unused struct fields
akyoto pushed to main at cli/q 2024-07-16 21:33:01 +00:00
8ec0e02dbe Improved tokenizer test coverage
akyoto pushed to main at cli/q 2024-07-16 18:22:56 +00:00
f9d72fe490 Fixed variable lifetime in loops
akyoto pushed to main at cli/q 2024-07-16 13:39:36 +00:00
1825a72f8c Removed unused variables from scopes
akyoto pushed to main at cli/q 2024-07-16 13:30:34 +00:00
d6d018c5c5 Moved register state to scopes
akyoto pushed to main at cli/q 2024-07-16 10:01:41 +00:00
d1ccd60139 Simplified block parsing
akyoto pushed to main at cli/q 2024-07-16 09:44:20 +00:00
448af0707a Reordered counters
akyoto pushed to main at cli/q 2024-07-15 14:51:41 +00:00
24d3e8f2be Implemented variable scopes