Merge pull request #1947 from hickford/patch-3

docs: explain naming convention for bindings and parsers
This commit is contained in:
Andrew Hlynskyi 2023-04-04 18:37:18 +03:00 committed by GitHub
commit c26dde0414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -30,6 +30,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin
* [Kotlin](https://github.com/oxisto/kotlintree)
* [Java](https://github.com/serenadeai/java-tree-sitter)
By convention, bindings are named with the language first, eg. ruby-tree-sitter.
### Parsers
* [Ada](https://github.com/briot/tree-sitter-ada)
@ -146,6 +148,8 @@ There are currently bindings that allow Tree-sitter to be used from the followin
* [YANG](https://github.com/Hubro/tree-sitter-yang)
* [Zig](https://github.com/maxxnino/tree-sitter-zig)
By convention, parsers are named with the language last, eg. tree-sitter-ruby.
### Talks on Tree-sitter
* [Strange Loop 2018](https://www.thestrangeloop.com/2018/tree-sitter---a-new-parsing-system-for-programming-tools.html)