On 08/06/10 16:00, Ellery Newcomer wrote:
Yeah, it's wrong. (close reads of parse.c are much more useful than reading the spec. heh.) A peek in my grammar and... Parameter: ... BasicType Declarator BasicType Declarator = AssignExpression BasicType Declarator ... Type Type ... I probably should have filed bug reports back when I was going through the grammar. Oh well.
Hmm. On the same page, Declarator has an identifier in it. Which means I still couldn't parse
int function(int, int) with it, no?
