5 PCT - Parrot compiler toolkit
9 This file loads all of the modules typically used in the
10 standard Parrot Compiler Toolkit.
16 .sub '__onload' :load :init
17 load_bytecode 'PCT/Grammar.pbc'
18 load_bytecode 'PCT/PAST.pbc'
19 # we don't need to explicitly load HLLCompiler, because
20 # it's already loaded by PAST.pbc
26 Patrick Michaud <pmichaud@pobox.com> is the author and maintainer.
27 Please send patches and suggestions to the Parrot porters or
28 Perl 6 compilers mailing lists.
32 2007-11-29 Refactored PCT into separate modules for grammar, past, compiler
33 2006-11-20 Patrick Michaud added first draft of POD documentation.
37 Copyright (C) 2006-2008, Parrot Foundation.
45 # vim: expandtab shiftwidth=4 ft=pir: