Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 11 days 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 (about 11 years ago)
- Default Branch: master
- Last Pushed: 2024-04-13T21:43:50.000Z (7 months ago)
- Last Synced: 2024-04-13T21:54:46.815Z (7 months ago)
- Topics: c, incremental, parser, parsing, rust, tree-sitter, wasm
- Language: Rust
- Homepage: https://tree-sitter.github.io
- Size: 15.9 MB
- Stars: 16,336
- Watchers: 176
- Forks: 1,158
- Open Issues: 332
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ccamel - tree-sitter/tree-sitter - An incremental parsing system for programming tools (Rust)
- AiTreasureBox - tree-sitter/tree-sitter - 11-02_18527_2](https://img.shields.io/github/stars/tree-sitter/tree-sitter.svg)|An incremental parsing system for programming tools| (Repos)
- awesome-list - tree-sitter - sitter | 6028 | (Rust)
- awesome-cxx-parsers - `README.md`
- my-awesome - tree-sitter/tree-sitter - sitter,wasm pushed_at:2024-11 star:18.5k fork:1.4k An incremental parsing system for programming tools (Rust)
- StarryDivineSky - tree-sitter/tree-sitter
README
# tree-sitter
[![DOI](https://zenodo.org/badge/14164618.svg)](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