parrotcode: A(nother) low-level opcode syntax tree. | |
Contents | Language Implementations | Perl6 |
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 Perl6::PAST::Node -- see lib/PAST.pir
Perl6::POST::Node::value()
Perl6::POST::Label::value()
|