(nonserious) jorts programming language
Luna
3936b4a426
enables us to declare variables and keep them going for as long as the REPL goes. - vm: remove source arg from init(), move to interpret() |
||
---|---|---|
src | ||
.gitignore | ||
build.zig | ||
LICENSE | ||
README.md |
jorts
a compiler for the lox language from https://craftinginterpreters.com
this is a learning project. the implemtation is based heavily off the C part of the book, but also the Java part for the scanner.
notes
- jorts' lox bytecode is not compatible with any implementation.
how do?
zig build run
and play around with it