patch applied (c2hs): Parse C99 compound statements with mixed declarations and statements
23 Feb
2007
23 Feb
'07
6:53 p.m.
Fri Feb 23 02:47:40 PST 2007 Duncan Coutts <duncan.coutts@worc.ox.ac.uk> * Parse C99 compound statements with mixed declarations and statements Rather than the K&R/C89 requirement that declarations precede statements. The AST is now a list of eithers rather than two lists. Note also that we're now saving and restoring the set of typedef'ed identifiers as we enter and leave the scope of the compound statement. M ./c2hs/c/CParser.y -15 +30
7082
Age (days ago)
7082
Last active (days ago)
0 comments
1 participants
participants (1)
-
Duncan Coutts