TITLE ^

squaak.pir - A Squaak compiler.

Description ^

This is the base file for the Squaak 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 'Squaak'.

Functions ^

onload()

Creates the Squaak compiler using a PCT::HLLCompiler object.

main(args :slurpy) :main

Start compilation by passing any command line args to the Squaak compiler.


parrot