Skip to content

Latest commit

 

History

History
2 lines (2 loc) · 174 Bytes

README.md

File metadata and controls

2 lines (2 loc) · 174 Bytes

A fast implementation of LR parsers - LR(1), SLR, LR(0) and LALR(1)

Actually, it's just the backend for the main project wop