tonyfettes/tree_sitter/grammar does not have a README file
pub struct Grammar {
schema : String
name : String
rules : Map[String, Rule]
extras : Array[Rule]
supertypes : Array[RuleName]
reserved : Map[String, Rule]
precedences : Array[Array[Rule]]
externals : Array[Rule]
inline : Array[RuleName]
conflicts : Array[Array[RuleName]]
word : RuleName?
} derive(Show)fn from_json(json : Json, json_path : @moonbitlang/core/json.JsonPathJsonPath) -> Grammar raise @moonbitlang/core/json.JsonDecodeErrorJsonDecodeErrorA MoonBit binding to the tree-sitter parsing library
Dependencies