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