/lox

My implementation of the lox programming language, as described in the wonderful book Crafting Interpreters by Robert Nystrom.

Primary LanguageCMIT LicenseMIT

lox

My implementation of the lox programming language, as described in the wonderful book Crafting Interpreters by Robert Nystrom.

The glox directory contains a Go implementation based on Part II. A Tree-Walk Interpreter.

The clox directory contains a C implementation based on Part III. A Bytecode Virtual Machine.