25 Oct, 2005
A LITTLE Compiler in Python
Posted by: peddamat In: Articles| Compilers| In Progress| Software
Here’s my compiler for “ECE468: Intro to Compilers” which I took during the Fall 2005 semester under Prof. Sam Midkiff’s guidance. I decided to code my compiler using Python + PLY, instead of C/C++, to mix things up for the TA.
I’d like to thank David Beazley and the PLY team for their great work. [...]


