Files
mathlogic/lab5/programm/grammar.txt

4 lines
45 B
Plaintext

S -> B A b
A -> a A B C | b B
B -> b
C -> c A