-
Notifications
You must be signed in to change notification settings - Fork 28
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
Support IELR(1) Parser Generation #398
base: master
Are you sure you want to change the base?
Conversation
2d975c5
to
a49fe82
Compare
A couple months ago I poked around the internet looking for independent IELR(1) implementations, and besides |
a49fe82
to
604737d
Compare
b3078e1
to
0a300f7
Compare
0a300f7
to
0ba3241
Compare
9bf8584
to
7da9676
Compare
On 7da9676 , Lrama can parse CRuby's parse.y at ruby/ruby@028958f . These are the files of parsing results.
|
Support the generation of the IELR(1) parser described in this paper.
https://www.sciencedirect.com/science/article/pii/S0167642309001191
This PR will be ready for merging when the following is done.