parrotcode:
A Python compiler.
Contents
|
Language Implementations
|
Pynie
TITLE
pynie.pir - A Python compiler.
Description
This is the base file for the Pynie compiler.
Functions
__onload()
Loads the PGE libraries needed for running the parser, and registers the Pynie compiler using a
HLLCompiler
object.
main(args :slurpy) :main
Start compilation by passing any command line
args
to the Pynie compiler.