This repository contains implementations of the Lox programming language which is described in the great book Crafting Interpreters by Bob Nystrom.
Different implementations are available, each one in its own directory named after the language in which it is implemented:
- Java (Tree-Walk interpreter)
- C (bytecode VM)