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.