Expand description
Grammar types for tree-sitter grammars.
This module provides types for representing tree-sitter grammar.json files,
with support for JSON deserialization and compact binary serialization.
Structs§
- Grammar
- Complete tree-sitter grammar.
Enums§
- Grammar
Error - Error during grammar parsing.
- Precedence
- Precedence value (numeric or named).
- Precedence
Entry - Entry in precedence ordering.
- Rule
- Grammar rule variants.