Building An Interpreter In Which An Interpreter Is Born
Written By
Martin Evans
On
27 February 2021
Filed In General-Development
TL;DR
The second stage of compiling a language is interpreting it.
Compiler Series
This article is the third in a series on how to build a compiler for a simple language into CIL.
What Is Interpreting
todo
Building Language Primitives
todo: Number/Rope
Walking The Syntax Tree
todo: ast walking visitor pattern