(nonserious) jorts programming language
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.
Luna d2e865adfc fix for latest zig 4 years ago
src fix for latest zig 4 years ago
.gitignore rm make_exprs.py, moving to the c part 4 years ago
LICENSE Initial commit 5 years ago
README.md add not operator 4 years ago
build.zig move to 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