This repository contains my implementation while working through Crafting Interpreters by Robert Nystrom.
The book implements two interpreters:
- jlox: A tree-walk interpreter in Java (Part II)
- clox: A bytecode virtual machine in C (Part III)
- Part I: Introduction
- Part II: A Tree-Walk Interpreter (jlox)
- Part III: A Bytecode Virtual Machine (clox)
Instructions will be added as the project develops.