TITLE

abc.pir - A basic calculator.

Description

This is the base file for the basic calculator.

This file includes the parsing and grammar rules from the src/ directory, loads the relevant PGE libraries, and registers the compiler under the name 'abc'.

Functions

onload()
Creates the abc compiler using a PCT::HLLCompiler object.
main(args :slurpy) :main
Start compilation by passing any command line args to the abc compiler.

AUTHOR

Patrick R. Michaud <pmichaud@pobox.com>