parrotcode: Parrot opcode syntax tree | |
Contents | Compilers |
POST - Parrot opcode syntax tree
This file implements the various opcode syntax tree nodes for compiling programs in Parrot.
POST::Node
is the base class for all POST nodes.
It's derived from class PAST::Node
(see compilers/pct/src/PAST/Node.pir).
pirop
and any supplied arguments or options.
Returns the newly created node.str
as a PIR constant string.POST::Op
nodes represents any PIR opcodes.
Patrick Michaud <pmichaud@pobox.com> is the author and maintainer. Please send patches and suggestions to the Parrot porters or Perl 6 compilers mailing lists.
2007-11-21 Significant refactor as part of Parrot Compiler Toolkit
Copyright (C) 2006-2007, The Perl Foundation.
|