• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MISC/H15-Nov-2008-20,59815,779

package/H08-Aug-2021-403284

COPYINGH A D27-Jul-19971.8 KiB3931

FlexLexer.hH A D17-Nov-20085.7 KiB18890

INSTALLH A D27-Nov-19935.6 KiB11896

Makefile.inH A D08-Aug-20218.8 KiB307211

NEWSH A D08-Aug-202151.1 KiB1,4291,009

READMEH A D28-Mar-19952 KiB6139

VERSIONH A D06-Aug-202121 21

aclocal.m4H A D07-Jun-202153.1 KiB1,7631,663

ccl.cH A D05-Sep-20093.7 KiB14465

conf.inH A D06-Aug-20211.1 KiB4228

config.guessH A D04-Jun-202148.2 KiB1,7491,522

config.subH A D03-Jul-202134.2 KiB1,8741,687

configureH A D10-May-2021215.1 KiB7,9606,701

configure.inH A D15-Jul-2020930 5441

dfa.cH A D06-Aug-202125.1 KiB992545

ecs.cH A D10-May-20215.6 KiB21691

flex.1H A D23-Nov-2019103 KiB4,3053,985

flex.sklH A D06-Aug-202132 KiB1,4471,187

flexdef.hH A D06-Aug-202134.5 KiB1,072389

gen.cH A D07-Aug-202135.1 KiB1,449957

initscan.cH A D08-Aug-2021111 KiB3,6232,896

install-shH A D29-Nov-20037 KiB295169

libmain.cH A D27-Jun-2010363 2112

libyywrap.cH A D05-Sep-2009216 126

main.cH A D06-Aug-202131 KiB1,262978

misc.cH A D06-Aug-202117.4 KiB939625

mkscan.shH A D21-May-2017272 115

mkskel.shH A D15-Jul-2020392 2415

nfa.cH A D10-May-202117 KiB659327

parse.yH A D06-Aug-202117.6 KiB913608

rename.shH A D15-Jul-2020994 3722

scan.lH A D23-Nov-201915.6 KiB731543

skel.cH A D07-Aug-202144.9 KiB1,4751,451

sym.cH A D27-Jun-20105.9 KiB223123

tblcmp.cH A D10-May-202122.8 KiB821389

version.hH A D06-Aug-202161 32

yylex.cH A D10-May-20214.1 KiB212146

README

1This is release 2.5 of flex.  See "version.h" for the exact patch-level.
2
3See the file "NEWS" to find out what is new in this Flex release.
4
5Read the file "INSTALL" for general installation directives.  Peek near
6the beginning of the file "Makefile.in" for special DEFS values.  On most
7systems, you can just run the "configure" script and type "make" to build
8flex; then "make check" to test whether it built correctly; and if it did,
9then "make install" to install it.
10
11If you're feeling adventurous, you can also issue "make bigcheck" (be
12prepared to wait a while).
13
14Note that flex is distributed under a copyright very similar to that of
15BSD Unix, and not under the GNU General Public License (GPL), except for
16the "configure" script, which is covered by the GPL.
17
18Many thanks to the 2.5 beta-testers for finding bugs and helping test and
19increase portability: Stan Adermann, Scott David Daniels, Charles Elliott,
20Joe Gayda, Chris Meier, James Nordby, Terrence O'Kane, Karsten Pahnke,
21Francois Pinard, Pat Rankin, Andreas Scherer, Marc Wiese, Nathan Zelle.
22
23Please send bug reports and feedback to: Vern Paxson (vern@ee.lbl.gov).
24
25
26The flex distribution consists of the following files:
27
28	README		This message
29
30	NEWS		Differences between the various releases
31
32	INSTALL		General installation information
33
34	COPYING		flex's copyright
35
36	conf.in, configure.in, configure, Makefile.in, install.sh,
37		mkinstalldirs
38			elements of the "autoconf" auto-configuration process
39
40	flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
41	misc.c, nfa.c, sym.c, tblcmp.c, yylex.c
42			source files
43
44	version.h	version of this flex release
45
46	flex.skl	flex scanner skeleton
47	mkskel.sh	script for converting flex.skl to C source file skel.c
48	skel.c		pre-converted C version of flex.skl
49
50	libmain.c	flex library (-lfl) sources
51	libyywrap.c
52
53	initscan.c	pre-flex'd version of scan.l
54
55	FlexLexer.h	header file for C++ lexer class
56
57	flex.1		user documentation
58
59	MISC/		a directory containing miscellaneous contributions.
60			See MISC/README for details.
61