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: add LRAutomaton::to_dot_lr0 #2840

Merged
merged 1 commit into from
Jul 11, 2024
Merged

Conversation

privat
Copy link
Member

@privat privat commented Jun 29, 2024

This draw runnable pure LR0 automation that should scale because there is no much annotation.

Here an example with tests/not_slr.sablecc. The conflicting state, with two actions, is red

not_slr lr0

Copy link

Test Results

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

Results for commit e355cd6.

@privat privat merged commit da4205e into nitlang:master Jul 11, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant