Skip to content

Latest commit

 

History

History
14 lines (12 loc) · 526 Bytes

README.md

File metadata and controls

14 lines (12 loc) · 526 Bytes

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.