> It's been a while, but as far as I can remember those extra 2 are always
> automatically used for the special built-in terminals YYEOF and YYEMPTY.

No. They are not.

y.tab.c
1249:#define YYEMPTY         (-2)
y.tab.c
1250:#define YYEOF           0

-- 
Regards,
Peng

_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to