[prog] Yacc - double errors

Jimen Ching jching at flex.com
Mon Feb 9 15:01:01 EST 2004


On Mon, 9 Feb 2004, Sue Stones wrote:
>---------------------------------------
>end_statement:  END SEMI { fprintf(stdout, "end;\n"); }
>        |       END  error      {
>                        errorstr = strdup("Missing semicolon after \"end\"");
>                        yyerror(errorstr); }
>        ;
>---------------------------------------

Exactly what errors are you seeing?

--jc
-- 
Jimen Ching (WH6BRR)      jching at flex.com     wh6brr at uhm.ampr.org


More information about the Programming mailing list