Lines Matching full:flex
1 This is flex, the fast lexical analyzer generator.
3 flex is a tool for generating scanners: programs which recognize
6 The flex codebase is kept in
7 [Git on GitHub.](https://github.com/westes/flex)
9 Use GitHub's [issues](https://github.com/westes/flex/issues) and
10 [pull request](https://github.com/westes/flex) features to file bugs
15 * flex-announce@lists.sourceforge.net - where posts will be made
16 announcing new releases of flex.
17 * flex-help@lists.sourceforge.net - where you can post questions about
18 using flex
19 * flex-devel@lists.sourceforge.net - where you can discuss development
20 of flex itself
26 The flex distribution contains the following files which may be of
32 * ABOUT-NLS - description of internationalization support in flex.
33 * COPYING - flex's copyright and license.
35 * examples/ - containing examples of some possible flex scanners and a
41 You need the following tools to build flex from the maintainer's
44 * compiler suite - flex is built with gcc
51 * help2man; to generate the flex man page
53 * GNU texinfo; to build and test the flex manual. Note that if you want
60 * GNU indent; for indenting the flex source the way we want it done
66 simple. To prepare the flex tree for building, run the script:
72 in the top level of the flex source tree.
74 This script calls the various tools needed to get flex ready for the
77 From this point on, building flex follows the usual routine:
83 This file is part of flex.