|
go.mod
|
update go
|
2025-10-01 10:44:09 +02:00 |
|
go.sum
|
Update go.sum
|
2024-12-29 21:07:50 +01:00 |
|
lexer.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
lexer_test.go
|
Improve code quality
|
2025-03-16 21:16:12 +01:00 |
|
nodes.go
|
make compiler errors general, and better imports
|
2025-10-02 13:03:40 +02:00 |
|
parser.go
|
make compiler errors general, and better imports
|
2025-10-02 13:03:40 +02:00 |
|
stack.go
|
fix test, add string unit test, refactor stack
|
2025-10-22 20:20:47 +02:00 |
|
values.go
|
add file trace to parser, refactor, fix inner type
|
2025-09-30 14:09:05 +02:00 |
|
vm.go
|
let write and print take any arg, cuz why not?
|
2025-10-02 13:02:23 +02:00 |