LibAllStandardOpsNP
Every opcode available from the core repository laid out as a single
array to easily build function pointers for IInterpreterV2
.
Functions
authoringMetaV2
function authoringMetaV2() internal pure returns (bytes memory);
literalParserFunctionPointers
function literalParserFunctionPointers() internal pure returns (bytes memory);
operandHandlerFunctionPointers
function operandHandlerFunctionPointers() internal pure returns (bytes memory);
integrityFunctionPointers
function integrityFunctionPointers() internal pure returns (bytes memory);
opcodeFunctionPointers
All function pointers for the standard opcodes. Intended to be used to
build a IInterpreterV2
instance, specifically the functionPointers
method can just be a thin wrapper around this function.
function opcodeFunctionPointers() internal pure returns (bytes memory);