uakbr / Compiler

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pl0c

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.

TODO

  • Implement some sort of basic I/O extension

About


Languages

Language:C 98.7%Language:Makefile 1.3%