pl0stuff an optimizing pl0 > c transcompiler

Stefan Koch via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Sun Dec 27 13:13:07 PST 2015


Hello again.

I'd like to announce a simple pl0 trans-compiler.

https://github.com/UplinkCoder/pl0stuff

with my parser generator it took me about 3 hours to get the 
compiler running.

The implemented optimizations are
* function-call-inclining
* nested-block-simplification,
* constant-promotion
* unused-variable-elimination
* dead-code-removal

please feel free to comment or ask questions here.


More information about the Digitalmars-d-announce mailing list