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:

def deps do
  [
    {:treesitter_elixir, "~> 0.1.1"}
  ]
end

Docs can be found on hexdocs.