kent@SUN.COM (Kent Hauser) (12/19/88)
Yacc takes the following 'grammer'. Bison complains about
'invalid input'.
------------------
/* bison doesn't like this, but yacc doesn't mind */
%%
%{
int n;
%}
program: '\n'
;
---
Kent Hauser UUCP: sun!sundc!tfd!kent
Twenty-First Designs INET: kent%tfd.uucp@sundc.sun.com