Skip to content
@tree-sitter

tree-sitter

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 19k 1.5k

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

    Node.js bindings for tree-sitter

    JavaScript 669 119

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

    Python bindings to the Tree-sitter parsing library

    C 923 108

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

    Go bindings for tree-sitter

    C 40 10

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

    Python grammar for tree-sitter

    JavaScript 385 142

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

    Javascript grammar for tree-sitter

    JavaScript 372 117

Repositories

Showing 10 of 55 repositories
  • tree-sitter-scala Public

    Scala grammar for tree-sitter

    tree-sitter/tree-sitter-scala’s past year of commit activity
    JavaScript 159 MIT 55 23 (2 issues need help) 6 Updated Dec 17, 2024
  • tree-sitter Public

    An incremental parsing system for programming tools

    tree-sitter/tree-sitter’s past year of commit activity
    Rust 19,019 MIT 1,523 215 25 Updated Dec 16, 2024
  • tree-sitter-c Public

    C grammar for tree-sitter

    tree-sitter/tree-sitter-c’s past year of commit activity
    JavaScript 252 MIT 110 26 4 Updated Dec 15, 2024
  • py-tree-sitter Public

    Python bindings to the Tree-sitter parsing library

    tree-sitter/py-tree-sitter’s past year of commit activity
    C 923 MIT 108 2 (2 issues need help) 3 Updated Dec 15, 2024
  • zig-tree-sitter Public

    Zig bindings to the Tree-sitter parsing library

    tree-sitter/zig-tree-sitter’s past year of commit activity
    Zig 3 MIT 0 0 0 Updated Dec 14, 2024
  • java-tree-sitter Public

    Java bindings to the Tree-sitter parsing library

    tree-sitter/java-tree-sitter’s past year of commit activity
    Java 30 MIT 8 2 (2 issues need help) 5 Updated Dec 13, 2024
  • kotlin-tree-sitter Public

    Kotlin bindings to the Tree-sitter parsing library

    tree-sitter/kotlin-tree-sitter’s past year of commit activity
    Kotlin 15 MIT 1 3 1 Updated Dec 13, 2024
  • workflows Public

    Reusable workflows for tree-sitter parsers

    tree-sitter/workflows’s past year of commit activity
    15 8 0 1 Updated Dec 12, 2024
  • tree-sitter-graph Public

    Construct graphs from parsed source code

    tree-sitter/tree-sitter-graph’s past year of commit activity
    Rust 224 Apache-2.0 18 22 3 Updated Dec 11, 2024
  • setup-action Public

    Setup action for the tree-sitter library & CLI

    tree-sitter/setup-action’s past year of commit activity
    3 MIT 1 0 0 Updated Dec 8, 2024

Top languages

Loading…

Most used topics

Loading…