This is the repository of my implementations of the languages found in Types and Programming Languages.
- Untyped Arith - Untyped arithmetic expressions
- Lambda - Untyped lambda calculus
- Simple Bool - Simply typed lambda calculus with booleans
- Simple Ext - Simply typed lambda calculus with various language extensions
- Simple Ref - Simply typed lambda calculus with extensions & references