1 %% 2 S: error 3 %% 4 main(){printf("yyparse() = %d\n",yyparse());} yylex()5 yylex(){return-1;} yyerror(s)6 yyerror(s)char*s;{printf("%s\n",s);} 7