This (evil) grammar fails with a parse error in the `Par.y` file raised by happy: ``` A. S := T; B. T := S; ``` happy does not like empty `%token` list.