[C2hs] patch applied (c2hs): Merge the Roskind declaration/declarator grammar

Duncan Coutts duncan.coutts at worc.ox.ac.uk
Fri Mar 23 04:13:02 EDT 2007


Thu Mar 22 04:44:11 PDT 2007  Duncan Coutts <duncan.coutts at 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


More information about the C2hs mailing list