Flex lexical analyzer and bison in Visual Studio

Hello, i want to install the Flex lexical analyzer and Bison (or yacc syntactic analazyer) to Visual Studio. Is there any way? I google it but i found nothing...
Does anyone have another lexical-syntactic analyzer working on Visual Studio in C++?
Thnx!
you don't install it into Visual studio, these are separate stand alone tools which generate source code to be compiled.

you may want to look at antlr (not a typo) I think you're more likely to get help with it
Topic archived. No new replies allowed.