Crate essential_asm_spec
source ·Expand description
Modules§
- Items to assist with traversal of the operation tree and visiting groups/ops.
Structs§
- A group of related operations and subgroups.
- A single operation.
- The stack output size is dynamic, dependent on a
stack_invalue. - Operations are laid out in a rose tree. Nodes are ordered by their opcode, ensured during deserialisation.
Enums§
- Each node of the tree can be an operation, or another group.
- The stack output of an operation, either fixed or dynamic (dependent on a
stack_invalue).
Constants§
- The raw YAML specification string.
- The special name of the op group that describes the subset of operations specific to constraint checker execution.
Functions§
- Deserialize the top-level op tree from the YAML.