I've just installed flex and I'm trying some simple tests with its 2.5.4 version on windows 7 64bits. I'd like to integrate it with a bison generated parser. Therefore, the flex manual says that one must declare %option bison-bridge.
When running flex on the input .l file, I get an error:
Unrecognized %option bison-bridge
I tried to set this option in the command line rather than in the input, but when typing:
flex.exe --help
No available option sets a "bison-bridge"...
Can someone help me out ?