Create your own programming language by writing an interpreter and a compiler from scratch.
This course is designed to be a beginner-friendly introduction to compilers. As we evolve, we will incrementally put together an interpreter for a very simple scripting language.
We’ll cover:
Lexical...