Sophie

Sophie

distrib > Mageia > 1 > i586 > by-pkgid > d92aa75c2d384ff9f513aed09a46f703 > files > 816

parrot-doc-3.1.0-2.mga1.i586.rpm

# Copyright (C) 2006-2009, Parrot Foundation.

=head1 NAME

Branch - a sample branch node for Language::AttributeGrammar

=head1 DESCRIPTION

=cut

.namespace [ "Branch" ]

.sub "__onload" :load
    .local pmc base
    newclass base, "Branch"
    addattribute base, "left"            # left child
    addattribute base, "right"           # right child
    .return ()
.end

# Local Variables:
#   mode: pir
#   fill-column: 100
# End:
# vim: expandtab shiftwidth=4 ft=pir: