Expand description
Semantic validation passes.
Validates semantic constraints that aren’t captured by parsing or type checking:
- Alternation kind consistency (alt_kinds)
- Anchor placement rules (anchors)
- Empty constructs (empty_constructs)
- Predicate regex patterns (predicates)
Modules§
- alt_
kinds - Semantic validation for the typed AST.
- anchors
- Semantic validation for anchor placement.
- empty_
constructs - Semantic validation for empty constructs.
- predicates
- Predicate validation.