Module link

Module link 

Source
Expand description

Link pass: resolve node types and fields against tree-sitter grammar.

Two-phase approach:

  1. Resolve all symbols (node types and fields) against grammar
  2. Validate structural constraints (field on node type, child type for field)

Structs§

LinkOutput
Output from the link phase for binary emission.

Functions§

link
Link query against a language grammar.