patch applied (c2hs): Merge the Roskind declaration/declarator grammar
23 Mar
2007
23 Mar
'07
4:13 p.m.
Thu Mar 22 04:44:11 PDT 2007 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Merge the Roskind declaration/declarator grammar Replace all the non-terminals and productions involved in the C declaration and declarator grammar with ones based on those from James Roskind's classic C grammar. The main point is that it allows us to recognise identifiers and type-identifiers in all the right places. For example it allows us to correctly deal with cases where type identiers get re-declared as function parameters or local vars. M ./c2hs/c/CParser.y -132 +519
7058
Age (days ago)
7058
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts