arch
|
Improved x64 documentation
|
2024-07-23 10:47:27 +02:00 |
asm
|
Implemented array storage
|
2024-07-20 17:35:26 +02:00 |
ast
|
Reduced memory usage
|
2024-07-22 22:54:24 +02:00 |
compiler
|
Separated compiler into its own package
|
2024-07-18 10:08:38 +02:00 |
config
|
Improved separation of concerns
|
2024-07-23 16:41:21 +02:00 |
core
|
Simplified code
|
2024-07-23 22:14:23 +02:00 |
cpu
|
Added more tests
|
2024-07-17 19:50:46 +02:00 |
elf
|
Reduced file size when data is empty
|
2024-07-18 23:06:48 +02:00 |
errors
|
Implemented runes
|
2024-07-22 15:32:16 +02:00 |
expression
|
Reduced memory usage
|
2024-07-22 22:54:24 +02:00 |
fs
|
Reduced token size
|
2024-07-21 14:35:06 +02:00 |
os/linux
|
Reorganized file structure
|
2024-06-10 15:51:39 +02:00 |
register
|
Simplified code
|
2024-07-23 22:14:23 +02:00 |
scanner
|
Reduced token size
|
2024-07-21 14:35:06 +02:00 |
scope
|
Improved separation of concerns
|
2024-07-23 16:41:21 +02:00 |
token
|
Improved tokenizer performance
|
2024-07-24 11:50:23 +02:00 |
Build.go
|
Separated compiler into its own package
|
2024-07-18 10:08:38 +02:00 |
build_test.go
|
Refactored code structure
|
2024-07-03 11:39:24 +02:00 |