Elixir bindings for the tree-sitter library, used for builing concrete syntax trees for a source file.
For the Elixir grammar for tree-sitter, see tree-sitter-elixir.
If available in Hex, the package can be installed
by adding ex_tree_sitter to your list of dependencies in mix.exs:
def deps do
[
{:ex_tree_sitter, "~> 0.0.1"}
]
endDocumentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_tree_sitter.