Code for the book Crafting Interpreters
Tom Willemse
79c1056553
Use an Emacs directory-local variable to specify to ccls where the compilation directory lives, tell CMake to generate the compilation database, and remove bear from the environment. Add clang to the environment for clang-format. |
||
---|---|---|
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