LibRainterpreterReferenceExternNPE2

Git Source

Functions

authoringMetaV2

This mirrors the authoringMeta function in LibAllStandardOps. The goal is to produce a standard encoded AuthoringMeta[] that tooling can use to describe all the parseable words, that can be built directly into a useable parse meta with the standard libs. Note that the list of parseable words is not limited to the externs, the sub parser is free to define words that it then parses back into bytecode that is run by the interpreter itself.

function authoringMetaV2() internal pure returns (bytes memory);