Page 1 of 1

Building A Simple Interpreter

Posted: 06 Jan 2019, 07:34
by SOTE
Very interesting blog about building interpreters and compilers, which uses Pascal and Python.

https://ruslanspivak.com/lsbasi-part1/
(Let’s Build A Simple Interpreter)

Related, and people might want to look at. A bit old, but well respected.
https://compilers.iecc.com/crenshaw/
(Let's Build a Compiler)