1 2 3 4 5 6 7 8
#include <stdio.h> #include "grammar.tab.h" int main() { int result = 0; int count = 0; return yyparse(); }