TinC - Tiny, in C.

Based on the work "Let's Build a Compiler", by Jack Crenshaw (a fifteen-part series, written from 1988 to 1995): a non-technical introduction to compiler construction.

http://compilers.iecc.com/crenshaw/

The listing of Tiny, v1.1 - in Pascal - can be found in "Part 11" using the above URL.

This project is a re-work of the above, in C, with a few enhancements. The goal of this project is to develop a more generic and updated version of the Tiny compiler.

I strongly suggest to anyone who is involved in software development: Read Jack's original work. Learn the KISS principle.

-Peter F Gray
petegray@ieee.org