My implementation of the clox language, from Crafting Interpreters
include | ||
src | ||
test | ||
.gitignore | ||
Makefile | ||
meson.build | ||
README.md |
Clox
This is my implmementation of the clox
programming language, as seen from Crafting Interpreters. It makes use of the
meson build system. For convenience, there's also a Makefile
included to simplify the (already pretty simple) meson commands.
Building
make
To run the tests:
make test