parrotcode: A(nother) low-level opcode syntax tree. | |
Contents | Language Implementations | Cardinal |
POST - A(nother) low-level opcode syntax tree.
Compilers progress through various levels of tree representations of compilation of a source code program. POST (Parrot Opcode Syntax Tree) is a low-level tree which closely corresponds to the semantics of PIR/PASM.
The base class of POST is Cardinal::PAST::Node -- see lib/CPAST.pir
Cardinal::POST::Node::value()
Cardinal::POST::Label::value()
|