parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
/* Not really a bug (isn't valid C99), but a discrepancy to gcc */
int bar(int w) { return ( w ? w : w = w); } // not really an lvalue