June 2005

Compiler Writing for Dummies – Darren Snodgrass

This presentation provided an introduction to the steps involved with writing a simple Pascal compiler and interpreter, including language definition, parsing, syntactic analysis, semantic analysis, error recovery, assembly and the operation of a stack based machine.