This is an implementation of the Lox language as specified in Bob Nystrom's wonderful book Crafting Interpreters. The goal is to have implementations of the tree-walk interpreter and bytecode interpreter in multiple languages.
This is an implementation of the Lox language as specified in Bob Nystrom's wonderful book Crafting Interpreters. The goal is to have implementations of the tree-walk interpreter and bytecode interpreter in multiple languages.