Is LALR(2) able to handle the dangling else case naturally (without any special rules, as with LALR(1))?

Thanks

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

No, the dangling else problem is an ambiguity, so no amount of lookahead helps.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.