pl0c
is a compiler for the
PL/0
language. It reads in PL/0 source code and outputs
equivalent C source code.
It was written to be the subject of a series of blog posts on writing a compiler from a hands-on practical perspective for the beginner.
- Implement writing characters and strings