-2

E → I | C | (E+E) | (Eāˆ—E) I → y | z C → 4 It is written that it is unambiguous and also I understand intuitively that given grammar is unambiguous. But for now, all I can do is to argue. Can anyone tell me how to prove that a grammar is unambiguous?

Ankit Shubham
  • 2,989
  • 2
  • 36
  • 61

1 Answers1

-4

Has been asked before: https://cs.stackexchange.com/questions/2320/how-to-prove-that-a-grammar-is-unambiguous

Please use Google the next time before asking.

Community
  • 1
  • 1
Robin
  • 3,512
  • 10
  • 39
  • 73