Dev utils and issues for the Lezer core packages
  • JavaScript 100%
Find a file
2026-04-14 17:05:23 +02:00
bin Update github links 2026-04-14 17:05:23 +02:00
.gitignore Update github links 2026-04-14 17:05:23 +02:00
package.json Add go package 2024-02-16 11:03:14 +01:00
README.md Update github links 2026-04-14 17:05:23 +02:00

Lezer

This repository holds the bug tracker for the Lezer parser system. The actual code is in other repositories:

  • common for the shared data structures.
  • lr for the LR parser runtime.
  • generator for the LR parser generator.
  • Individual repositories for the various grammars and languages.