Prototype Parser and Interpreter for a Tiny Language
The text covers a parser and interpreter for a small language, all made with one Haskell script. It describes how the writer built this tool to support points made during a programming language design exam.