How to get 'expected token' in bison/yacc GLR-parser?

Hi,

In the project i am doing, there'er a few ambiguous gramar. So i am trying to use %glr-parser to solve the shift/reduce confilicts.

When i was using non-GLR parser, i can use the yystate(global variable) to get the "expected token" when detect syntax error.But after switch to GLR parser, i find it's not global variable anymore.

So my question is, is there anyway to get the "expected token" in GLR-parser when there's a syntax error?

link|improve this question
Did you solve this? – haroldcampbell Oct 18 '11 at 14:28
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.