When using byacc, getting following error.
byacc -d -p ws_yy_ wmlscript/wsgram.y && mv y.tab.c wmlscript/wsgram.c
byacc: e - line 111 of "wmlscript/wsgram.y", syntax error
%pure_parser
^
make: *** [wmlscript/wsgram.c] Error 1
byacc version: 1.9 20070509
system info: RHEL 6.4 64 bit
Please suggest which version of byacc supports re-entrant code. I found the suggestion of touching the wsgram.y
file when I did bit of research on the same.