You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking around for tooling that could help me work with tree-sitter parsers in rust when I came across this project, its pretty cool.
I had a question around future features:
Are there be any plans to generate bindings for existing tree-sitter grammars (based on the node-types.json file)? I've already built the grammar with the standard grammar.js format, but I don't want to build the boilerplate binding code (which you rightfully point out is a bunch of work, and it's easy to introduce bugs).
The text was updated successfully, but these errors were encountered:
Hey,
I was looking around for tooling that could help me work with tree-sitter parsers in rust when I came across this project, its pretty cool.
I had a question around future features:
Are there be any plans to generate bindings for existing tree-sitter grammars (based on the node-types.json file)? I've already built the grammar with the standard grammar.js format, but I don't want to build the boilerplate binding code (which you rightfully point out is a bunch of work, and it's easy to introduce bugs).
The text was updated successfully, but these errors were encountered: