/lox

A C++ implementation of the Lox language from the Crafting Interpreters book

Primary LanguageC++

Lox

A C++ implementation of the Lox language from the Crafting Interpreters book.

Build with cmake:

cmake .
make
./lox fib.lox