milly/ref_parser/main.c

8 lines
84 B
C

#include <stdio.h>
#include "parser.tab.h"
int main() {
yyparse();
return 0;
}