jmpnz / lox-cc

Lox (craftinginterpreters.com) Compiler Suite in C++

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lox Compiler Suite

Implementation of an Interpreters and compiler for the Lox language created by Robert Nystrom in his book Crafting Interpreters

Usage

$ mkdir build && cd build
$ cmake .. && make

The build step creates two binaries lox the interpreter REPL and test a test runner.

About

Lox (craftinginterpreters.com) Compiler Suite in C++


Languages

Language:C++ 86.6%Language:Java 11.8%Language:C 1.2%Language:CMake 0.4%