Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 169 Bytes

File metadata and controls

5 lines (3 loc) · 169 Bytes

Parser Generator Core: LALR(1)

This core generates an LALR(1) parser from a context free grammar.

This is an alias for LALR(1) GoLR.