You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 years ago | |
---|---|---|
src | 4 years ago | |
.gitignore | 4 years ago | |
LICENSE | 4 years ago | |
README.md | 4 years ago | |
build.zig | 4 years ago |
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