TITLE ^

perl6doc.pir - The Rakudo Perl 6 document reader.

Description ^

This is the base file for the Rakudo Perl 6 document reader, perl6doc.

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

Functions ^

onload()

Creates the Perl 6 document reader by subclassing a PCT::HLLCompiler object.

main(args :slurpy) :main

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

See Also ^

http://perlcabal.org/syn/S26.html, http://search.cpan.org/~dconway/Perl6-Perldoc-v0.0.5/


parrot