parrotcode: A series of opcodes | |
Contents | Language Implementations | pheme |
POST::Ops - A series of opcodes
POST::Ops is the top-level of the AST and contains a sequence of opcodes. (Ultimately these are flattened out, but they're a convenient fiction when a single HLL statement generates a sequence of opcodes.) POST::Ops is a subclass of POST::Node.
|