P
Analyzed about 2 months ago
Compiler written to use as a reference to others who write real compilers. The emphasis is here on readability of code than anything else. It is written in Python for this very same reason. And even trivial things are commented or documented.
The idea is that one who wants to write a compiler
... [More]
should be able to use this as a reference to get started and then write their compiler as efficiently as they want. [Less]