-
-
-
-
-
-
-
pl0
A simple compiler for the PL0 programming language
-
PL0-Language-Tools
... usage, including documentation on individual components, please see the [online documentation](http://programming.dojo.net.nz/study/pl0-language-tools/index).
## Cross Compiling
Recent development adds several new compiler targets. I'm interested in the ...
-
pl0.js
A PL/0 Compiler Written in JavaScript
Requirement:
* Mac OS X running on 64bit machine.
* node.js 0.4 or later.
* nasm 2.0 or later.
How to compile sample source:
$ plzc sum.pl0
-
pl0-compiler
... The final
executable will be located in `bin/` and is called `pl0-compiler`.
To clean up `.o` and executable files, run ...
For more output, three command line flags are available.
bin/pl0-compiler -l -a -v input_file
or just:
bin/pl0- ...
-
-