parrotcode: A low-level opcode syntax tree for Punie. | |
Contents | Language Implementations | pheme |
POST - A low-level opcode syntax tree for Punie.
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. POST::Node is the base class for the opcode syntax tree nodes created by the Punie compiler.
|