Expand description
Rust binding for the tree-sitter-bynk grammar.
This crate is not a product crate. It exists so the cross-parser
conformance test (tests/conformance.rs) can parse Bynk source with the
tree-sitter grammar and diff the accept/reject decision against the
hand-written bynk-syntax recursive-descent parser — the only guard that
ties the editor grammar to the compiler parser. It is unpublished and kept
off the release workflows’ hardcoded crate list.
Constants§
- LANGUAGE
- The tree-sitter [
LanguageFn] for the Bynk grammar. - NODE_
TYPES - The generated
node-types.jsonfor the grammar.