- what's the matter with this grammar
- s : cmd
- | cmd SOMETHING
- cmd :WORD
- Starting parse
- Entering state 0
- Reading a token: qwerty
- Next token is token WORD
- Shifting token WORD
- Entering state 1
- Reducing stack by rule 3 (line 20):
- $1 = token WORD ()
- -> $$ = nterm cmd ()
- Stack now 0
- Entering state 3
- Reading a token:
- (asks for input a second time)