5 PAST - Parrot abstract syntax tree
9 This file brings together the various PAST/POST modules
10 to build the PAST.pbc module.
14 .include 'compilers/pct/src/PCT/Node.pir'
16 .include 'compilers/pct/src/PAST/Node.pir'
18 .include 'compilers/pct/src/PAST/Compiler.pir'
20 .include 'compilers/pct/src/POST/Node.pir'
22 .include 'compilers/pct/src/POST/Compiler.pir'
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 Created from older PAST-pm version.
36 Copyright (C) 2007-2008, Parrot Foundation.
44 # vim: expandtab shiftwidth=4 ft=pir: