https://github.com/puretype/ex_tree_sitter
Elixir bindings for tree-sitter
https://github.com/puretype/ex_tree_sitter
Last synced: 4 months ago
JSON representation
Elixir bindings for tree-sitter
- Host: GitHub
- URL: https://github.com/puretype/ex_tree_sitter
- Owner: puretype
- License: mit
- Created: 2024-03-11T15:39:15.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-03-20T16:31:10.000Z (over 2 years ago)
- Last Synced: 2025-10-21T17:49:47.376Z (8 months ago)
- Language: C
- Size: 44.9 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ExTreeSitter
Elixir bindings for the [tree-sitter](https://github.com/tree-sitter/tree-sitter) library, used for builing concrete syntax trees for a source file.
For the Elixir grammar for tree-sitter, see [tree-sitter-elixir](https://github.com/elixir-lang/tree-sitter-elixir).
## Installation
If [available in Hex](https://hex.pm/docs/publish), the package can be installed
by adding `ex_tree_sitter` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:ex_tree_sitter, "~> 0.0.1"}
]
end
```
Documentation can be generated with [ExDoc](https://github.com/elixir-lang/ex_doc)
and published on [HexDocs](https://hexdocs.pm). Once published, the docs can
be found at .