Make syntax error call yyerror() rather than raising a Python exception
[piyacc.git] / lex-yacc-examples / example4.compile
1 lex example4.l
2 yacc -d example4.y
3 cc lex.yy.c y.tab.c -o example4