UserNobody14 / tree-sitter-dart

Attempt to make a tree-sitter grammar for dart
MIT License
62 stars 40 forks source link

Update parser #17

Closed RRethy closed 3 years ago

RRethy commented 3 years ago

Ran tree-sitter generate. It now generates a Cargo.toml and rust bindings so it can be used as any other crate.

Edit: Just noticed this has a dependency on tree-sitter 0.17.0 instead of 0.19.3, that breaks any crate that uses multiple parsers since most will depend on 0.19.3, not sure why generate did this.

Edit: Filed an issue. Deleted existing rust bindings to force them to regenerate but this is giving me build failures now for the parser.

TimWhiting commented 3 years ago

Regenerated locally, and pushed. Closing this PR for now. Let me know if there are issues.