go uses various features of bison to make
writing the grammar easier and to be able
to give good syntax error diagnostics.

there are two viable choices here.

1. port bison.
2. run bison on another system,
copy the go.tab.[ch] files over,
and don't delete them.

if #1 is too much, do #2, which is trivial.

russ

Reply via email to