@hackage / hs-tree-sitter

High-level bindings for tree-sitter

Latest13.0.14.0

About

Metadata

  • Last updated , by wenkokke
  • License AGPL-3.0-only
  • Maintained by: wenkokke@users.noreply.github.com

  • Lottery factor: 1

Links

Installation

Tested Compilers

  1. 9.12.2
  2. 9.10.2
  3. 9.8.4
  4. 9.6.7
  5. 9.4.8
  6. 9.2.8
  7. 9.0.2
  8. 8.10.7

Readme

High-level bindings for tree-sitter

This package implements high-level bindings for tree-sitter, a widely-supported parser generator tool and an incremental parsing library.

This package is an alternative to the official tree-sitter package, which only binds a subset of the features offered by tree-sitter parsers.

This package is compiled against tree-sitter version 0.24.3 (2024-10-09). It is feature complete for version 14 of the tree-sitter ABI and is backwards compatible down to version 13.

All tree-sitter versions up to version 0.25.8 (2025-07-13) are backwards compatible down to version 13, so this package should work with all grammars generated by any version of tree-sitter after 0.19.0 (2021-03-01), though this is untested.