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

Consider the langcc LR(k) approach. #12

Open
modulovalue opened this issue Jul 30, 2023 · 1 comment
Open

Consider the langcc LR(k) approach. #12

modulovalue opened this issue Jul 30, 2023 · 1 comment

Comments

@modulovalue
Copy link

There's some recent work on a novel approach for building LR(k) parsers: Practical LR Parser Generation, Joe Zimmerman. His implementation is available under https://github.com/jzimmerman/langcc. I just thought you might find it interesting.

I haven't started implementing it yet, but I plan to, eventually, once I have a fast LALR(k) implementation.

@osa1
Copy link
Owner

osa1 commented Sep 29, 2023

Thanks for sharing, this is very helpful. I've been busy with other things recently but I'm planning to do some parsegen dev this weekend. I'll take a look at the paper.

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

No branches or pull requests

2 participants