Lines Matching full:flex
34 If you use flex, you must use version 2.4.6 or higher. The configure
35 script automatically detects the version of flex and will not use it
36 unless it is new enough. You can use "flex -V" to see what version you
37 have (unless it's really old). The current version of flex is available
38 at flex.sourceforge.net and often comes packaged by means of the OS.
41 If you use bison, you must use flex (and visa versa). The configure
42 script automatically falls back to lex and yacc if both flex and bison
45 Sometimes the stock C compiler does not interact well with flex and
47 You can get around this by installing gcc or manually disabling flex
50 ./configure --without-flex --without-bison
54 map the yy* identifiers with a script, we use flex and bison so we
220 Another workaround is to use flex and bison.
391 runlex.sh - wrapper for Lex/Flex