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

what's gll? #130

Open
matthiaskrgr opened this issue Jul 23, 2019 · 1 comment
Open

what's gll? #130

matthiaskrgr opened this issue Jul 23, 2019 · 1 comment

Comments

@matthiaskrgr
Copy link
Member

No where on the project landing page (https://github.com/rust-lang/gll/) it says what "gll" is or means.

Could we have a succinct explanation in the readme or project description?

@eddyb
Copy link
Member

eddyb commented Jul 23, 2019

GLL is not (just) the name of this project, it's a parsing algorithm.

(EDIT: oops, GitHub thought I wanted to send that comment unfinished)

There's some links in #4 if you want to stare at some papers.
If you know about GLR (which is quite older), GLL is to LL what GLR is to LR.

However, there are issues with our implementation of it, and for the past week I've been trying to consolidate https://github.com/LykenSol/grammer instead (yes, it needs a README), and make it possible to get the same results without involving the GLL algorithm (and this implementation thereof.

I'm close to being done after LykenSol/grammer#10 (but it needs some more docs and a README).

After that, this crate will remain in limbo (making the transfer to rust-lang seem a bit premature).

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