Packages

Tree-sitter bindings (nif) for elixir. Currently small subset of the tree-sitter api is supported, but happy to accept merge requests/patches

Current section

Files

Jump to
Raw

README.md

# Treesitter
Tree-sitter bindings (nif) for elixir. Currently small subset of the tree-sitter api is supported, but happy to accept merge requests/patches
## Installation
The package can be installed by adding `treesitter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:treesitter_elixir, "~> 0.1.3"}
]
end
```
Docs can be found on [hexdocs](https://hexdocs.pm/treesitter).
## Tips
If you like the library please consider buying me a coffee. This means I will be able to spend more time on developing it.
You can tip me using ko-fi:
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/U7U21LWO6I)