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

Further minimize lookahead DFA #93

Closed
jsinger67 opened this issue May 23, 2023 · 1 comment
Closed

Further minimize lookahead DFA #93

jsinger67 opened this issue May 23, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@jsinger67
Copy link
Owner

The current minimization is not optimal. It only unifies accepting states which yield the same production.
The minimization could possibly be improved by combining states that have the same combined state as successor and use the same terminal for this transition. This process could be repeated until no unification of states is possible anymore.

@jsinger67 jsinger67 added enhancement New feature or request good first issue Good for newcomers labels May 23, 2023
@jsinger67 jsinger67 self-assigned this May 24, 2023
@jsinger67 jsinger67 removed the good first issue Good for newcomers label May 29, 2023
@jsinger67
Copy link
Owner Author

Fixed in version 0.21.5

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant