NAME ^

POST - A low-level opcode syntax tree for Punie.

DESCRIPTION ^

The Punie compiler progresses through two levels of syntax tree. POST (Parrot/Punie Opcode Syntax Tree) is a low-level tree, which closely corresponds to the semantics of PIR/PASM. Node is the base class for the opcode syntax tree nodes created by the Punie compiler.


parrot