https://github.com/tree-sitter/tree-sitter
An incremental parsing system for programming tools
https://github.com/tree-sitter/tree-sitter
c incremental parser parsing rust tree-sitter wasm
Last synced: 1 day ago
JSON representation
An incremental parsing system for programming tools
- Host: GitHub
- URL: https://github.com/tree-sitter/tree-sitter
- Owner: tree-sitter
- License: mit
- Created: 2013-11-06T06:16:00.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-04-15T09:38:49.000Z (8 days ago)
- Last Synced: 2025-04-15T17:51:10.902Z (8 days ago)
- Topics: c, incremental, parser, parsing, rust, tree-sitter, wasm
- Language: Rust
- Homepage: https://tree-sitter.github.io
- Size: 18.2 MB
- Stars: 20,246
- Watchers: 220
- Forks: 1,744
- Open Issues: 182
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - tree-sitter/tree-sitter - An incremental parsing system for programming tools (Rust)
- awesome-list - tree-sitter - sitter | 6028 | (Rust)
- awesome-cxx-parsers - `README.md`
- StarryDivineSky - tree-sitter/tree-sitter
- my-awesome - tree-sitter/tree-sitter - sitter,wasm pushed_at:2025-04 star:20.2k fork:1.7k An incremental parsing system for programming tools (Rust)
- AiTreasureBox - tree-sitter/tree-sitter - 04-15_20233_3](https://img.shields.io/github/stars/tree-sitter/tree-sitter.svg)|An incremental parsing system for programming tools| (Repos)
- stars - tree-sitter/tree-sitter - An incremental parsing system for programming tools (Rust)
README
# tree-sitter
[](https://zenodo.org/badge/latestdoi/14164618)
[![discord][discord]](https://discord.gg/w7nTvsVJhm)
[![matrix][matrix]](https://matrix.to/#/#tree-sitter-chat:matrix.org)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
- [Documentation](https://tree-sitter.github.io)
- [Rust binding](lib/binding_rust/README.md)
- [WASM binding](lib/binding_web/README.md)
- [Command-line interface](cli/README.md)[discord]: https://img.shields.io/discord/1063097320771698699?logo=discord&label=discord
[matrix]: https://img.shields.io/matrix/tree-sitter-chat%3Amatrix.org?logo=matrix&label=matrix