Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 371 Bytes

README.md

File metadata and controls

17 lines (13 loc) · 371 Bytes

tree_sitter

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.

Installation

def deps do
  [
    {:tree_sitter, github: "linearforest/elixir-tree-sitter"}
  ]
end