ObserverOfTime
ObserverOfTime
The typescript query works now but the java one does not.
Closing as a duplicate of #880.
In the meantime, the commit hash can be hardcoded when the playground is generated.
This change is binary incompatible according to `abi-compliance-checker`. Change Effect 1 Field column_cache has been added at the middle position of this structural type. 1) Size of the inclusive type...
Superseded by #2594.
A few more bindings that could be added in the future if there's interest: Haskell **Bindings** - [haskell-tree-sitter](https://github.com/tree-sitter/haskell-tree-sitter) (official) - May need an update **Files** `bindings/haskell/tree-sitter-{language}.cabal` Example: [tree-sitter-rust.cabal](https://github.com/tree-sitter/haskell-tree-sitter/blob/master/tree-sitter-rust/tree-sitter-rust.cabal) - Can...
What about Rust, Go, and Swift bindings? What about query files and node-types.json (see Rust)? What about tests? This would just make the whole process far more complicated with the...
Closing since an iterator would be preferred over a visitor.
Why not just use `tree-sitter parse --debug` ?
I tried that for tree-sitter-cli in https://github.com/ObserverOfTime/tree-sitter/commit/d1eace26f099c026b750f5c781b2fe0a950ff89e but the package would be too large. Although, parser libraries should be considerably smaller so it might be doable for those.