Use this tag in the cases where a parser cannot resolve an ambiguous grammar. For example, when a compiler cannot determine the right choice because an identifier can signify multiple different things.
Questions tagged [ambiguous-grammar]
121 questions
-3
votes
1 answer
How can I prove this grammar is ambiguous?
S → ASB | ab | SS
A → aA | ε
B → bB | ε

askYourFriends
- 1
- 1