patch applied (c2hs): Remove redundancy in the representation of pointer declarators
25 Apr
2007
25 Apr
'07
2:17 p.m.
Tue Apr 24 22:29:29 PDT 2007 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Remove redundancy in the representation of pointer declarators It was an artifact of the previous parser that we represented a whole list of pointer type modifiers in one go rather than a single ast constructor for each pointer layer as we do now. This is simpler. M ./c2hs/c/CAST.hs -1 +1 M ./c2hs/c/CParser.y -20 +20 M ./c2hs/c/CPretty.hs -1 +1 M ./c2hs/c/CTrav.hs -5 +2
7030
Age (days ago)
7030
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts