TITLE
pheme.pir - A Pheme compiler.
Description
This is the base file for the Pheme compiler.
This file includes the parsing and grammar rules from the lib/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'Pheme'.
Functions
- __onload() Loads the PGE libraries needed for running the parser, and registers the Pheme compiler using a
- main(args :slurpy) :main Start compilation by passing any command line
HLLCompiler
object.
args
to the Pheme compiler.