Is there any support for bison-bridge and bison-locations in flex on windows systems?
i'm using flex/bison with visual studio 2008 to build a compiler for c-like programing language.
flex virsion 2.5.4a-1
i tried to use bison-bridge and bison-locations option:
%option bison-bridge
%option bison-locations
in flex input file, but i got this message:
unrecognized %option: bison-locations
unrecognized %option: bison-bridge
is there any thing i missed..
i appreciate any help...
|