Expand description
Recursive descent assembler — MIG-guided segment consumption.
The assembler walks the MIG tree structure and consumes matching segments from the input. It produces a generic tree representation that can be converted to typed PID structs.
Structs§
- Assembled
Group - An assembled segment group (may repeat).
- Assembled
Group Instance - One repetition of a segment group.
- Assembled
Segment - An assembled segment with its data elements.
- Assembled
Tree - A generic assembled tree node (before PID-specific typing).
- Assembler
- MIG-guided assembler.
- Assembler
Config - Configuration for the assembler.