2004-10-09 08:13:40 +02:00
|
|
|
config BR2_PACKAGE_FLEX
|
2004-12-24 10:23:11 +01:00
|
|
|
bool "flex"
|
2004-10-09 08:13:40 +02:00
|
|
|
default n
|
|
|
|
help
|
2004-12-24 10:23:11 +01:00
|
|
|
A fast lexical analyser generator. A tool for generating
|
|
|
|
programs that perform pattern-matching on text.
|
2004-10-09 08:13:40 +02:00
|
|
|
|
2004-12-24 10:23:11 +01:00
|
|
|
http://www.gnu.org/software/flex/
|