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

NitCC LALR and LR(1) #2843

Merged
merged 6 commits into from
Jul 22, 2024
Merged

NitCC LALR and LR(1) #2843

merged 6 commits into from
Jul 22, 2024

Conversation

privat
Copy link
Member

@privat privat commented Jul 21, 2024

I'ts happening! nitcc can do LALR(1) (by default) and LR(1).

We also split the grammar.nit module into two by extracting a lrautomaton.nit module.

Copy link

Test Results

    66 files     313 suites   16m 46s ⏱️
14 174 tests 13 633 ✅ 541 💤 0 ❌
14 229 runs  13 673 ✅ 556 💤 0 ❌

Results for commit a3dd053.

@privat privat merged commit 1b0e342 into nitlang:master Jul 22, 2024
21 checks passed
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.

1 participant