Code for the book Crafting Interpreters
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.
 
 
 
 
 
Go to file
Tom 9080455fae Chapter 30.3 10 months ago
1 Initial commit 3 years ago
clox Chapter 30.3 10 months ago
jlox Restructure project to make room for clox 2 years ago
src Add a couple of Lox samples 10 months ago
testsuite/jlox.tests Restructure project to make room for clox 2 years ago
.dir-locals.el Generate the compilation database through CMake 2 years ago
.gitignore Chapter 14.1-6 2 years ago
Dockerfile Fix Dockerfile 3 years ago
Jenkinsfile Restructure project to make room for clox 2 years ago
README.org Add manifest file for Guix for easy environment setup 2 years ago
environment.scm Generate the compilation database through CMake 2 years ago

README.org

Set up environment with the proper packages:

guix environment -m environment.scm

Run tests with:

runtest --tool jlox --srcdir testsuite