skmendez / tree-sitter-traversal

Traversal of tree-sitter Trees and any arbitrary tree with a TreeCursor-like interface
MIT License
20 stars 6 forks source link

Updated for cpp test #2

Open jcarlson23 opened 4 months ago

jcarlson23 commented 4 months ago

Hey, I ran into some issues trying to use your library with C++, so I made a couple of quick updates and it seemed to work. I'm not sure that I needed the >= 0.22 in the Cargo.toml, but, for me, it kept trying to grab the older tree-sitter lib (20.10) vs. (22+). Anyway, fun lib!

gruebel commented 3 months ago

hey @jcarlson23 I added your changes to our fork https://github.com/baz-scm/tree-sitter-traversal we are willing to maintain it and published it to crates.io under the name baz-tree-sitter-traversal. The imports stay the same, so it is an easy switch 🙂