#include #include "parser.h" int main(int argc, char *argv[]) { struct parser p; init_parser(&p, stdin); parse_program(&p); return 0; }