parser-c 0.3.0

Macros for parser-c.
Documentation
1
2
3
4
int main() {
    printf("hello world!\n");
    return 0;
}