Part II: A Tree-Walk Interpreter
In this section, we will build llox with LLVM backend. We will build an interpreter for a subset of language with obvious bugs, so we can test it quickly. We would iterate it for continuous improvement.
This part covers 11 chapters: