# Nasty grammar 2 for testing your state machine generator: terminal x y z nonterminal S Object nonterminal C Object nonterminal D Object topsym S S --> x C y S --> y D x S --> C x S --> D y C --> z D --> z EOF