loxcc icon indicating copy to clipboard operation
loxcc copied to clipboard

A C++ port of jlox and clox - Based on Bob Nystrom's Book "Crafting Interpreters"(http://www.craftinginterpreters.com/)

LOXCC

This project follows Bob Nystrom's excellent book "Crafting Interpreters".

A C++ port of jlox(Lox language's AST interpreter) and clox(Lox language's bytecode VM).