fallahn / loxint

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/* 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.
*/

About

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


Languages

Language:C++ 100.0%