(nonserious) jorts programming language
Luna
589413488c
- remove InterpretResult as an enum, replace by error. - scanner: fix peekNext() - vm: add runtime errors, add VM.peek() |
||
---|---|---|
src | ||
.gitignore | ||
build.zig | ||
LICENSE | ||
README.md |
jorts
an interpreter for the lox language from https://craftinginterpreters.com
this is a learning project.