TITLE
lolcode.pir - A lolcode compiler.
Description
This is the base file for the lolcode compiler.
This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'lolcode'.
Functions
- onload() Creates the lolcode compiler using a
- main(args :slurpy) :main Start compilation by passing any command line
PCT::HLLCompiler
object.
args
to the lolcode compiler.