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

Builder API — LALR, predefined terminals #253

Merged
merged 67 commits into from
May 26, 2024
Merged

Conversation

teo-tsirpanis
Copy link
Owner

No description provided.

… state in its own array.

It will be slightly less efficient as there will be more than one allocations, but it's quite easier to work with.
…d productions.

This will simplify emitting it from the builder and improve performance.
Figuring out a place to put reporting conflicts was hard, with the candidates of doing it at the time of resolving the conflicts or at the time of writing them to the grammar getting rejected for various reasons.
Instead we will do it later, after the grammar gets created by enumerating the conflicts from the grammar's data.
Copy link

sonarcloud bot commented May 26, 2024

@teo-tsirpanis teo-tsirpanis merged commit 068abc6 into mainstream May 26, 2024
5 checks passed
@teo-tsirpanis teo-tsirpanis deleted the builder-lalr branch May 26, 2024 14:10
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