Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add strict to LALR_Parser #24

Closed
wants to merge 2 commits into from
Closed

Conversation

Erotemic
Copy link
Collaborator

Fixes #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.

@Erotemic Erotemic requested a review from erezsh July 20, 2023 15:25
@erezsh
Copy link
Member

erezsh commented Jul 21, 2023

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

@erezsh erezsh closed this Jul 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Tests fail with the lastet Lark (unexpected keyword argument strict).
2 participants