Module grammar

Module grammar 

Source
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§

GrammarError
Error during grammar parsing.
Precedence
Precedence value (numeric or named).
PrecedenceEntry
Entry in precedence ordering.
Rule
Grammar rule variants.