Skip to content

puretype/ex_tree_sitter

Repository files navigation

ExTreeSitter

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.

Installation

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"}
  ]
end

Documentation can be generated with ExDoc and published on HexDocs. Once published, the docs can be found at https://hexdocs.pm/ex_tree_sitter.

About

Elixir bindings for tree-sitter

Resources

License

Stars

Watchers

Forks

Packages

No packages published