[C2hs] patch applied (c2hs): Add identifier non-termnal to allow
tyident in more places
Duncan Coutts
duncan.coutts at worc.ox.ac.uk
Tue Mar 20 22:07:23 EDT 2007
Tue Mar 20 05:19:42 PDT 2007 Duncan Coutts <duncan.coutts at worc.ox.ac.uk>
* Add identifier non-termnal to allow tyident in more places
'identifier' is an 'ident' token or a 'tyident' token. Many places that
previously used just ident can now use identifier instead which allows
tyident's to be used in those places. Some that should be allowed to be
tyident still must be ident-only because otherwise it'd introduce many
shift-reduce conflicts. Fixing those requires merging Roskind's grammar
for declaraions.
M ./c2hs/c/CParser.y -17 +17
More information about the C2hs
mailing list