Enable build support by adding .onedev-buildspec.yml
cmake | Loading last commit info... | |
examples | ||
src | ||
.clang-format | ||
.clang-tidy | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
README.md | ||
TODO.md | ||
loxint.cbp |
README.md
Lox interpreter
This is a C++ implementation of the Lox programming language which is described in the book Crafting Interpreters by Bob Nystrom. I have written this interpreter as an exercise while following the book (to learn to write interpreters), so it's probably not production-quality code. All features (and some extra ones suggested in the book) are implemented. Compilation requires a C++11-compliant compiler.