/Lox_CraftingInterpreters

Code and Notes from following Robert Nystrom's "Crafting Interpreters".

Primary LanguageJava

Lox_CraftingInterpreters

NOTE: I have moved my C implementation, clox, to https://github.com/ryanjeffares/clox and am only maintaining it there.

This is the repository in which I show my attempt at following along and expanding upon Crafting Interpreters by Robert Nystrom. It contains the code for the two interpreters implemented, as well as my notes. My notes are not an exhaustive list of notes at every step, just some things that I thought were interesting or new to me.