Code for the book Crafting Interpreters
1 | ||
clox | ||
jlox | ||
src | ||
testsuite/jlox.tests | ||
.dir-locals.el | ||
.gitignore | ||
Dockerfile | ||
environment.scm | ||
Jenkinsfile | ||
README.org |
Set up environment with the proper packages:
guix environment -m environment.scm
Run tests with:
runtest --tool jlox --srcdir testsuite