Back to the 2019 paper

Module 2: Context-free languages and pushdown automata

20197m

Convert the following context-free grammar into GNF:
SXYS \to XY
XYSbX \to YS \mid b
YSXaY \to SX \mid a

Similar questions