blob: 5ab330780c328dd1b169bb16d7504839bf4f3a32 (
plain)
1
2
3
4
5
6
7
8
|
config BR2_PACKAGE_FLEX
bool "flex"
default n
help
A fast lexical analyser generator. A tool for generating
programs that perform pattern-matching on text.
http://www.gnu.org/software/flex/
|