I'm running on a Debian Squeeze and I get flex/flex++ installed using apt-get install flex.
However I noted that flex++ is just a sym link to flex. So, really exists an "program" flex++ that generate c++ scanners or is just a flex flag that I shoud switch?
Also, the common problem: Many examples on the internet can't "compile" under flex or flex++. Flex give the following error:
test.lex:1: invalid character: %
...
when processing an input with just:
%name Test
what is wrong here?
Flex/Flex++ version is 2.5.35