Skip to content
/ pl0c Public
forked from ibara/pl0c

PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.

License

Notifications You must be signed in to change notification settings

adelarsq/pl0c

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 writing characters and strings

About

PL/0 to C compiler to teach basic compiler construction from a practical, hands-on perspective.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 85.7%
  • Roff 11.9%
  • Shell 1.2%
  • Makefile 1.2%