LALR(1) Grammer for C
VLD/VMB
gwyn at BRL.ARPA
Thu Oct 24 05:43:54 AEST 1985
In the Harbison & Steele LALR(1) C grammar, delete
<key_dcltr> ::= <identifier>
and
<0008> ::= <key_dcltr>
<0008> ::= <0008> , <key_dcltr>
On the same page change all occurrences of
<enum_ctype>
to
<enum_type>
On the preceding page change one occurrence of
<struct_ctype>
to
<struct_type>
and change three occurrences of
<union_ctype>
to
<union_type>
Be aware that this grammar is for an obsolete
definition of C.
More information about the Comp.lang.c
mailing list