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.
Parser generator for the lezer incremental parser
Updated 2026-04-16 19:15:52 +02:00
Helps import tree-sitter grammars
Updated 2026-04-15 08:46:30 +02:00