lark-parser / lark_cython

Cython plugin for Lark, reimplementing the LALR parser & lexer for better performance
MIT License
45 stars 5 forks source link

Add strict to LALR_Parser #24

Closed Erotemic closed 1 year ago

Erotemic commented 1 year ago

Fixes https://github.com/lark-parser/lark_cython/issues/23

It seems that LALR_Analyzer is imported from lark itself, so perhaps this patch is all that is needed?

Other changes include bumping the lark-cython version and the minimum required lark version.

erezsh commented 1 year ago

Thanks for the PR! I used with my own PR instead, since the build broke and needed some tweaking.