summaryrefslogtreecommitdiffstats
path: root/rules/host-flex.in
blob: f4a4a609f3d29f8bd9694194643d341f5ce9ef94 (plain)
1
2
3
4
5
6
7
8
9
10
11
config HOST_FLEX254
	bool
	prompt "flex 2.5.4 [BROKEN]"
	depends on BROKEN
	help
	  Flex (The Fast Lexical Analyzer)

	  Flex is a fast lexical analyser generator. It is
	  a tool for generating programs that perform
	  pattern-matching on text. Flex is a non-GNU free
	  implementation of the well known Lex program.