Finally you get to write an interpreter!
We will discuss the parts of an interpreter and how to code one. Then you will examine the source code for an interpreter and add some features to it.
The video references three interpreters which are linked below. To run them you will
need the parsec
package. If it’s not already installed, run the command
1 | cabal install parsec |