NameDateSize

..20-Dec-2016258

ccl.cH A D08-Mar-20153.6 KiB

config.hH A D08-Mar-2015753

COPYINGH A D08-Mar-20151.8 KiB

dfa.cH A D08-Mar-201525.3 KiB

ecs.cH A D08-Mar-20155.6 KiB

flex.sklH A D08-Mar-201533.5 KiB

flexdef.hH A D08-Mar-201535.2 KiB

FlexLexer.hH A D08-Mar-20155.7 KiB

gen.cH A D08-Mar-201536.3 KiB

initscan.cH A D08-Mar-2015108.6 KiB

lex.1H A D08-Mar-2015102.6 KiB

lib/H20-Dec-20165

main.cH A D08-Mar-201528.1 KiB

MakefileH A D08-Mar-20151.3 KiB

misc.cH A D08-Mar-201515.8 KiB

mkskel.shH A D08-Mar-2015192

NEWSH A D08-Mar-201545.3 KiB

nfa.cH A D08-Mar-201516.9 KiB

parse.yH A D08-Mar-201517.4 KiB

READMEH A D08-Mar-20152 KiB

scan.lH A D08-Mar-201514.8 KiB

sym.cH A D08-Mar-20156 KiB

tblcmp.cH A D08-Mar-201522.9 KiB

version.hH A D08-Mar-201546

yylex.cH A D08-Mar-20154.2 KiB

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