# g3.g a test grammar for the project # # in Chomsky Normal Form, thus productions should not change # # G = (V, T, P, S) V={S, A, B} T={a, b} S=S # S -> BA B -> AS B -> b A -> SB A -> a