All Projects → tree-sitter → Tree Sitter

tree-sitter / Tree Sitter

Licence: mit
An incremental parsing system for programming tools

Programming Languages

c
50402 projects - #5 most used programming language
rust
11053 projects
javascript
184084 projects - #8 most used programming language
shell
77523 projects
C++
36643 projects - #6 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to Tree Sitter

tree-hugger
A light-weight, extendable, high level, universal code parser built on top of tree-sitter
Stars: ✭ 96 (-98.64%)
Mutual labels:  tree-sitter, parsing
Escaya
An blazing fast 100% spec compliant, incremental javascript parser written in Typescript
Stars: ✭ 217 (-96.94%)
Mutual labels:  incremental, parsing
Emacs Tree Sitter
Tree-sitter for Emacs
Stars: ✭ 409 (-94.23%)
Mutual labels:  incremental, parsing
ltreesitter
Standalone tree sitter bindings for the Lua language
Stars: ✭ 62 (-99.12%)
Mutual labels:  tree-sitter, parsing
SwiftTreeSitter
Swift wrappers for the tree-sitter incremental parsing system
Stars: ✭ 116 (-98.36%)
Mutual labels:  tree-sitter, parsing
Binjs Ref
Reference implementation for the JavaScript Binary AST format
Stars: ✭ 399 (-94.37%)
Mutual labels:  parsing
Angstrom
Parser combinators built for speed and memory efficiency
Stars: ✭ 434 (-93.87%)
Mutual labels:  parsing
Sbjson
This framework implements a strict JSON parser and generator in Objective-C.
Stars: ✭ 3,776 (-46.69%)
Mutual labels:  parsing
Jflex
The fast scanner generator for Java™ with full Unicode support
Stars: ✭ 380 (-94.64%)
Mutual labels:  parsing
Jikan
Unofficial MyAnimeList PHP+REST API which provides functions other than the official API
Stars: ✭ 531 (-92.5%)
Mutual labels:  parsing
Pidgin
C#'s fastest parser combinator library
Stars: ✭ 469 (-93.38%)
Mutual labels:  parsing
Phonenumberkit
A Swift framework for parsing, formatting and validating international phone numbers. Inspired by Google's libphonenumber.
Stars: ✭ 4,362 (-38.42%)
Mutual labels:  parsing
Retry
A simple, stateless, functional mechanism to perform actions repetitively until successful.
Stars: ✭ 406 (-94.27%)
Mutual labels:  incremental
Sharpconfig
An easy to use CFG/INI configuration library for .NET.
Stars: ✭ 442 (-93.76%)
Mutual labels:  parsing
Csv
CSV Decoding and Encoding for Elixir
Stars: ✭ 398 (-94.38%)
Mutual labels:  parsing
Multi Human Parsing
🔥🔥Official Repository for Multi-Human-Parsing (MHP)🔥🔥
Stars: ✭ 507 (-92.84%)
Mutual labels:  parsing
Json.h
🗄️ single header json parser for C and C++
Stars: ✭ 387 (-94.54%)
Mutual labels:  parsing
Seafox
A blazing fast 100% spec compliant, self-hosted javascript parser written in Typescript
Stars: ✭ 425 (-94%)
Mutual labels:  parsing
Opensource
Delivering delightful digital solutions. Open Source packages with combined ~85M/month downloads, semantically versioned following @conventional-commits. Fully powered by Jest, @Babel TypeScript, @Airbnb @ESLint + @Prettier, @YarnPKG + @Lerna independent versioning, GH @Actions & automated dep updates with @RenovateBot.
Stars: ✭ 459 (-93.52%)
Mutual labels:  parsing
Macho Kit
A C/Objective-C library for parsing Mach-O files.
Stars: ✭ 416 (-94.13%)
Mutual labels:  parsing

tree-sitter

Build Status Build status 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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].