parsing - How to find Phrase, Simple Phrase, and Handle from grammar -


the following grammar:

s → abb | bac  → ab | abb  b → ac | cbb | c 

the question ask me find phrase, simple phrase , handle string:

aacccbbc 

without drawing parse tree, can me phrases, simple phrases , handles please? if can, please show me step step how each type?


Comments