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
- main(args :slurpy) :main Start compilation by passing any command line
HLLCompiler
object.
args
to the Pynie compiler.