Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 176 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 176 Bytes

sparse

Flexible LALR parsers using macros

Define parsers that look like parser combinator and generate LALR(1) tables at compilation to avoid backtracking implementations.