parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
/* 20080614: In a definition ... */
struct c;      /* .. is a forward decl. */
struct c { };  /* .. is an empty struct def. */
/* They must not be represented using the same AST */