/lox

My implementations of the Lox programming language from the book Crafting Interpreters by Bob Nystrom.

Primary LanguageKotlin

Severen's Lox Implementations

This repository will contain both my tree-walking (klox) and bytecode interpreting (clox) implementations of the Lox programming language from the book Crafting Interpreters.