Question
5. Construct a top-down parser for the following Grammar: S -> aAb | bBA A -> ab | aAB B -> aB | b
Question image 1