Sophie

Sophie

distrib > Fedora > 15 > x86_64 > by-pkgid > 1e007a96761035f261351a68e7601417 > files > 841

parrot-docs-3.6.0-2.fc15.noarch.rpm

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

=head1 NAME

Leaf - a sample leaf node for Language::AttributeGrammar

=head1 DESCRIPTION

=cut

.namespace [ "Leaf" ]

.sub "__onload" :load
    .local pmc base
    newclass base, "Leaf"
    addattribute base, "value"   # the value of the leaf node
    .return ()
.end

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