Expand description
Link pass: resolve node types and fields against tree-sitter grammar.
Two-phase approach:
- Resolve all symbols (node types and fields) against grammar
- Validate structural constraints (field on node type, child type for field)
Structs§
- Link
Output - Output from the link phase for binary emission.
Functions§
- link
- Link query against a language grammar.