patch applied (c2hs): Add identifier non-termnal to allow tyident in more places
21 Mar
2007
21 Mar
'07
2:07 a.m.
Tue Mar 20 05:19:42 PDT 2007 Duncan Coutts <duncan.coutts@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
7093
Age (days ago)
7093
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts