Fork

Unconditionally fork the current context, setting its program counter to 0. This supports matching of rules compiled from patterns with repeated prefixes, and optimizes for the case where the repetition occurs in the first succession. Always succeeds.

Author

Todd L Smith

Properties

Link copied to clipboard

Functions

Link copied to clipboard
open fun emitOn(nybbles: NybbleOutputStream, vararg operands: Int)

Encode the associated instruction onto the specified NybbleOutputStream. Subclasses should call the superimplementation to ensure that the opcode is correctly encoded. This protocol exists to permit the code generator to emit instructions without instantiating them.

Link copied to clipboard
open override fun toString(): String