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/past-pm/PAST/Node.pir).
POST::Ops
is a container of POST::Node
.
POST::Op
nodes represents any PIR opcodes.
POST::Label
nodes represent PIR labels.
POST::Sub
nodes represent PIR subroutines.
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.
|