A toy PL/0 compiler.
				
			
		| examples | ||
| lib | ||
| pl0 | ||
| tests | ||
| CONTRIBUTING.md | ||
| GRAMMER.md | ||
| LICENSE | ||
| Makefile | ||
| NOTES.md | ||
| README.md | ||
PL/0 implementation
A toy compiler for the PL/0 educational language.
Motivation
I've worked with compilers for a fair part of my life but have never written one from scratch. I decided on PL/0 after hearing about "Algorithms + Data Structures = Programs" by Niklaus Wirth who happens to work nearby at ETH.
Usage
python3 -m pl0.driver [-o output.c] [source.pl0]
See Makefile for further rules and examples/ for examples.
-- Michael Hope mlhx@google.com michaelh@juju.net.nz