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