ryanjeffares / Lox_CraftingInterpreters

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

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


Languages

Language:Java 56.5%Language:C 43.5%