/loxint

C++ Lox Interpreter based on Robert Nystrom's Crafting Interpreters

Primary LanguageC++

/* Lox Interpreter from Robert Nystrom's Crafting Interpreters
implemented in C++

http://www.craftinginterpreters.com

This code is released in to the public domain in the hopes that
it may be useful, but with absolutely no warranty.
*/