Name Date Size #Lines LOC

..--

doc/H24-Jun-2021-29,28624,858

examples/H24-Jun-2021-5,7094,353

lib/H24-Jun-2021-1,139951

m4/H24-Jun-2021-10,9729,999

po/H24-Jun-2021-22,96718,771

tests/H24-Jun-2021-59,88946,005

.indent.proH A D24-Jun-2021430 1615

ABOUT-NLSH A D24-Jun-202191.6 KiB1,2831,244

AUTHORSH A D24-Jun-2021624 1711

COPYINGH A D24-Jun-20211.8 KiB4332

ChangeLogH A D24-Jun-2021236.9 KiB8,2234,792

FlexLexer.hH A D24-Jun-20216.1 KiB209101

INSTALLH A D24-Jun-202115.4 KiB371288

MakefileH A D24-Jun-202142.3 KiB1,3221,137

Makefile.amH A D24-Jun-20215.1 KiB215144

Makefile.inH A D24-Jun-202143.4 KiB1,3221,148

NEWSH A D24-Jun-202115.5 KiB533314

ONEWSH A D24-Jun-202145.2 KiB1,234873

READMEH A D24-Jun-20213.6 KiB11474

THANKSH A D24-Jun-20213.1 KiB5448

TODOH A D24-Jun-20211.5 KiB6739

aclocal.m4H A D24-Jun-202136.3 KiB1,042936

autogen.shH A D24-Jun-20211.2 KiB332

buf.cH A D24-Jun-20217.6 KiB278155

ccl.cH A D24-Jun-20217.4 KiB312165

compileH A D24-Jun-20217.1 KiB344253

conf.inH A D24-Jun-20215.9 KiB222153

config.guessH A D24-Jun-202143.8 KiB1,5311,321

config.rpathH A D24-Jun-202118 KiB673569

config.subH A D24-Jun-202134.7 KiB1,7831,640

configureH A D24-Jun-2021673.1 KiB22,21418,767

configure.acH A D24-Jun-20215.1 KiB174147

depcompH A D24-Jun-202120.4 KiB709460

dfa.cH A D24-Jun-202126.8 KiB1,098612

ecs.cH A D24-Jun-20215.6 KiB21990

filter.cH A D24-Jun-202111.5 KiB444267

flex.sklH A D24-Jun-202187 KiB3,4622,922

flexdef.hH A D24-Jun-202142.5 KiB1,237499

flexint.hH A D24-Jun-20211.5 KiB6649

gen.cH A D24-Jun-202155.2 KiB2,1961,504

gettext.hH A D24-Jun-20212.6 KiB6220

initparse.cH A D24-Jun-202146.3 KiB1,7691,438

initparse.hH A D24-Jun-20211 KiB4645

initscan.cH A D24-Jun-2021158.5 KiB4,9203,907

install-shH A D24-Jun-202113.7 KiB528351

libmain.cH A D24-Jun-20211.3 KiB4012

libtoolH A D24-Jun-2021294 KiB10,2447,489

libyywrap.cH A D24-Jun-20211.3 KiB3610

ltmain.shH A D24-Jun-2021277 KiB9,6627,310

main.cH A D24-Jun-202149.3 KiB1,8631,409

misc.cH A D24-Jun-202121.2 KiB1,032653

missingH A D24-Jun-202110.1 KiB332243

mkskel.shH A D24-Jun-20211.1 KiB389

nfa.cH A D24-Jun-202118 KiB723345

options.cH A D24-Jun-20217.7 KiB285234

options.hH A D24-Jun-20213.2 KiB13794

parse.yH A D24-Jun-202123.4 KiB1,093726

regex.cH A D24-Jun-20214.9 KiB17485

scan.lH A D24-Jun-202125.9 KiB1,033805

scanflags.cH A D24-Jun-20212.4 KiB7228

scanopt.cH A D24-Jun-202120.2 KiB878624

scanopt.hH A D24-Jun-20214.3 KiB13547

stamp-h1H A D24-Jun-202123 21

sym.cH A D24-Jun-20216.7 KiB276144

tables.cH A D24-Jun-202113.1 KiB506295

tables.hH A D24-Jun-20212.9 KiB8828

tables_shared.cH A D24-Jun-20212.2 KiB7121

tables_shared.hH A D24-Jun-20215 KiB14569

tblcmp.cH A D24-Jun-202123 KiB857389

version.hH A D24-Jun-202129 21

ylwrapH A D24-Jun-20216.2 KiB227128

yylex.cH A D24-Jun-20214.1 KiB215145

README

1This is flex, the fast lexical analyzer generator.
2
3flex is a tool for generating scanners: programs which recognize
4lexical patterns in text.
5
6More information about flex as well as the latest official release of
7flex can be found at:
8
9http://flex.sourceforge.net/
10
11Bug reports should be submitted using the SourceForge Bug Tracker for
12flex at:
13
14http://sourceforge.net/tracker/?group_id=97492&atid=618177
15
16The flex codebase is kept in git at:
17
18https://github.com/westes/flex
19
20There are several mailing lists available as well:
21
22flex-announce@lists.sourceforge.net - where posts will be made
23announcing new releases of flex.
24
25flex-help@lists.sourceforge.net - where you can post questions about
26using flex
27
28flex-devel@lists.sourceforge.net - where you can discuss development of
29flex itself
30
31Find information on subscribing to the mailing lists at:
32
33http://sourceforge.net/mail/?group_id=97492
34
35The flex distribution contains the following files which may be of interest:
36
37README - This file.
38
39NEWS - current version number and list of user-visible changes.
40
41INSTALL - basic installation information.
42
43ABOUT-NLS - description of internationalization support in flex.
44
45COPYING - flex's copyright and license.
46
47doc/ - user documentation.
48
49examples/ - containing examples of some possible flex scanners and a
50few other things. See the file examples/README for more details.
51
52TODO - outstanding bug reports, desired features, etc.
53
54tests/ - regression tests. See TESTS/README for details.
55
56po/ - internationalization support files.
57
58You need the following tools to build flex from the maintainer's
59repository:
60
61compiler suite - flex is built with gcc
62bash, or a good Bourne-style shell
63m4 - m4 -p needs to work; GNU m4 and a few others are suitable
64GNU bison;  to generate parse.c from parse.y
65autoconf 2.69; for handling the build system
66automake 1.12.2; for Makefile generation
67gettext 0.18; fori18n support
68help2man 1.36; to generate the flex man page
69tar, gzip, etc.; for packaging of the source distribution
70GNU texinfo 498;  to build and test the flex manual
71GNU indent 2.8; for indenting the flex source the way we want it done
72
73Once you have all the necessary tools installed, life becomes
74simple. To prepare the flex tree for building, run the script:
75
76$ ./autogen.sh
77
78in the top level of the flex source tree.
79This script calls the various tools needed to get flex ready for the
80GNU-style configure script to be able to work.
81
82From this point on, building flex follows the usual configure, make,
83make install routine.
84
85This file is part of flex.
86
87This code is derived from software contributed to Berkeley by
88Vern Paxson.
89
90The United States Government has rights in this work pursuant
91to contract no. DE-AC03-76SF00098 between the United States
92Department of Energy and the University of California.
93
94Redistribution and use in source and binary forms, with or without
95modification, are permitted provided that the following conditions
96are met:
97
981. Redistributions of source code must retain the above copyright
99   notice, this list of conditions and the following disclaimer.
1002. Redistributions in binary form must reproduce the above copyright
101   notice, this list of conditions and the following disclaimer in the
102   documentation and/or other materials provided with the distribution.
103
104Neither the name of the University nor the names of its contributors
105may be used to endorse or promote products derived from this software
106without specific prior written permission.
107
108THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
109IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
110WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
111PURPOSE.
112
113
114