TITLE ^

perl6.pir - A Perl 6 compiler.

Description ^

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

Functions ^

__onload()

Loads the PGE libraries needed for running the parser, and registers the Perl6 compiler using a HLLCompiler object.

main(args :slurpy) :main

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


parrot