Hi,
I wonder if there are any plans to add the "glr" option to goyacc (it 
doesn't look as if this is the case) ?

According to this thread,
https://stackoverflow.com/questions/25976394/how-to-resolve-ambiguity-in-the-definition-of-an-lr1-grammar

golang is "not LALR(1), nor LR(k) for any k".

So, if golang has been bootstrapped, compiled with itself, how did they 
write the parser?
By hand, or by using an LR parser and tweaking the grammar?

Then, shouldn't be a good idea for goyacc to have "glr" support, as there 
is in e.g. bison?

Sorry if my question is naive (it is, probably), I am new to golang.

BR,
David

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to