Skip to content

tree-sitter

DOI

Tree-sitter is a parser generator tool and an incremental parsing library. It can build a concrete syntax tree for a source file and efficiently update the syntax tree as the source file is edited. Tree-sitter aims to be:

  • General enough to parse any programming language
  • Fast enough to parse on every keystroke in a text editor
  • Robust enough to provide useful results even in the presence of syntax errors
  • Dependency-free so that the runtime library (which is written in pure C) can be embedded in any application

Links

Pinned Loading

  1. tree-sitter tree-sitter Public

    An incremental parsing system for programming tools

    Rust 25k 2.6k

  2. node-tree-sitter node-tree-sitter Public

    Node.js bindings for tree-sitter

    JavaScript 843 164

  3. py-tree-sitter py-tree-sitter Public

    Python bindings to the Tree-sitter parsing library

    C 1.4k 176

  4. go-tree-sitter go-tree-sitter Public

    Go bindings for tree-sitter

    C 232 41

  5. tree-sitter-python tree-sitter-python Public

    Python grammar for tree-sitter

    JavaScript 542 216

  6. tree-sitter-javascript tree-sitter-javascript Public

    Javascript grammar for tree-sitter

    JavaScript 473 184

Repositories

Showing 10 of 56 repositories
  • tree-sitter Public

    An incremental parsing system for programming tools

    tree-sitter/tree-sitter’s past year of commit activity
    Rust 25,040 MIT 2,596 114 31 Updated Apr 27, 2026
  • tree-sitter-scala Public

    Scala grammar for tree-sitter

    tree-sitter/tree-sitter-scala’s past year of commit activity
    JavaScript 184 MIT 66 16 7 Updated Apr 27, 2026
  • py-tree-sitter Public

    Python bindings to the Tree-sitter parsing library

    tree-sitter/py-tree-sitter’s past year of commit activity
    C 1,411 MIT 176 8 (3 issues need help) 4 Updated Apr 24, 2026
  • zig-tree-sitter Public

    Zig bindings to the Tree-sitter parsing library

    tree-sitter/zig-tree-sitter’s past year of commit activity
    Zig 94 MIT 32 1 1 Updated Apr 23, 2026
  • tree-sitter-c Public

    C grammar for tree-sitter

    tree-sitter/tree-sitter-c’s past year of commit activity
    JavaScript 364 MIT 187 49 21 Updated Apr 22, 2026
  • parser-test-action Public

    Test action for tree-sitter parsers

    tree-sitter/parser-test-action’s past year of commit activity
    16 MIT 12 0 2 Updated Apr 20, 2026
  • tree-sitter-ocaml Public

    OCaml grammar for tree-sitter

    tree-sitter/tree-sitter-ocaml’s past year of commit activity
    JavaScript 94 MIT 35 2 1 Updated Apr 19, 2026
  • tree-sitter-c-sharp Public

    C# Grammar for tree-sitter

    tree-sitter/tree-sitter-c-sharp’s past year of commit activity
    JavaScript 296 MIT 96 28 (5 issues need help) 2 Updated Apr 14, 2026
  • workflows Public

    Reusable workflows for tree-sitter parsers

    tree-sitter/workflows’s past year of commit activity
    40 26 1 3 Updated Apr 12, 2026
  • node-tree-sitter Public

    Node.js bindings for tree-sitter

    tree-sitter/node-tree-sitter’s past year of commit activity
    JavaScript 843 MIT 164 10 6 Updated Mar 29, 2026

Sponsors

  • @erhebend-tai
  • @cbown75
  • @amterp
  • @oaustegard
  • @shepherdjerred
  • @ntsk
  • @alecbcs
  • @laiso
  • @yamadashy
  • Private Sponsor
  • Private Sponsor
  • Private Sponsor

Top languages

Loading…

Most used topics

Loading…