Elixir bindings to tree-sitter via a Rust NIF. Currently only has support for parsing web technologies: HTML, CSS, and JS.
This library is a work in progress and not meant for general use.
def deps do
[
{:tree_sitter, github: "linearforest/elixir-tree-sitter"}
]
end