>>14
This is retarded. Flex (lexical analyzer) and yacc (parser generator) are for creating compilers. It hasn't anything to do with deployment.
A lot of C/C++ software uses Perl, bison and yacc during build process, because C/C++ cannot provide a library to do robust parsing.