lezer
An incremental, error-tolerant parser generator
The code for the Lezer parser system
This project uses a central issue tracker for the core packages. Documentation and further info can be found on the website.
The core packages of the project are
- @lezer/common: common data structures and types
- @lezer/lr: the LR parser implementation
- @lezer/generator: parser generator for @lezer/lr
- @lezer/highlight: highlighting system for Lezer trees
The rest of the repositories under this organization are mostly grammars for specific languages.