fix codetest failure - ASSERT_ARGS does not have a ; after and
[parrot.git] / compilers / pct / src / PAST.pir
bloba4789a68c1ca19934a0c58b51dcc46d74f917f51
1 # $Id$
3 =head1 NAME
5 PAST - Parrot abstract syntax tree
7 =head1 DESCRIPTION
9 This file brings together the various PAST/POST modules
10 to build the PAST.pbc module.
12 =cut
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'
24 =head1 AUTHOR
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.
30 =head1 HISTORY
32 2007-11-29  Created from older PAST-pm version.
34 =head1 COPYRIGHT
36 Copyright (C) 2007-2008, Parrot Foundation.
38 =cut
40 # Local Variables:
41 #   mode: pir
42 #   fill-column: 100
43 # End:
44 # vim: expandtab shiftwidth=4 ft=pir: