parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
typedef int bar;
int foo() {
  return 2 * (bar) 3.0;
}