freebsd-dev/usr.bin/lex
Geoff Rehmet e6e1bbd3fe Change references to flex(1) and flexdoc(1) to lex(1) and
lexdoc(1).
Submitted by:	geoff
1994-08-27 10:00:14 +00:00
..
lib We really, really /don't/ want to have a shared lex library. Also, 1994-08-25 23:11:07 +00:00
ccl.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
COPYING Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
dfa.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
ecs.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
flex.1 This commit was generated by cvs2svn to compensate for changes in r2258, 1994-08-24 13:10:34 +00:00
flex.skl Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
flexdef.h Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
flexdoc.1 Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
FlexLexer.h Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
gen.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
initscan.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
lex.1 Change references to flex(1) and flexdoc(1) to lex(1) and 1994-08-27 10:00:14 +00:00
lexdoc.1 Change references to flex(1) and flexdoc(1) to lex(1) and 1994-08-27 10:00:14 +00:00
main.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
Makefile Do not install as flex 1994-08-27 09:52:32 +00:00
misc.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
mkskel.sh Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
NEWS Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
nfa.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
parse.y Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
README Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
scan.l Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
skel.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
sym.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
tblcmp.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
version.h Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00
yylex.c Flex version 2.4.7 from LBL 1994-08-24 13:10:34 +00:00

This is release 2.4 of flex.  See "version.h" for the exact patch-level.

See the file "NEWS" to find out what is new in this Flex release.

Read the file "INSTALL" for general installation directives.  Peek near
the beginning of the file "Makefile.in" for special DEFS values.  On most
systems, you can just run the "configure" script and type "make" to build
flex; then "make check" to test whether it built correctly; and if it did,
then "make install" to install it.

If you're feeling adventurous, you can also issue "make bigcheck" (be
prepared to wait a while).

Note that flex is distributed under a copyright very similar to that of
BSD Unix, and not under the GNU General Public License (GPL), except for
the "configure" script, which is covered by the GPL.

Many thanks to the 2.4 pre-testers for finding a bunch of bugs and helping
increase/test portability: Francois Pinard, Nathan Zelle, Gavin Nicol,
Chris Thewalt, and Matthew Jacob.

Please send bug reports and feedback to:

	Vern Paxson
	ICSD, 46A/1123
	Lawrence Berkeley Laboratory
	1 Cyclotron Rd.
	Berkeley, CA 94720

	vern@ee.lbl.gov


The flex distribution consists of the following files:

	README		This message

	NEWS		Differences between the various releases

	INSTALL		General installation information

	COPYING		flex's copyright

	configure.in, configure, Makefile.in, install.sh, mkinstalldirs
			elements of the "autoconf" auto-configuration process

	flexdef.h, parse.y, scan.l, ccl.c, dfa.c, ecs.c, gen.c, main.c,
	misc.c, nfa.c, sym.c, tblcmp.c, yylex.c	 
			source files

	version.h	version of this flex release

	flex.skl	flex scanner skeleton
	mkskel.sh	script for converting flex.skl to C source file skel.c

	liballoc.c
	libmain.c	flex library (-lfl) sources
	libyywrap.c

	initscan.c	pre-flex'd version of scan.l

	FlexLexer.h	header file for C++ lexer class

	flexdoc.1	full user documentation
	flex.1		reference documentation

	MISC/		a directory containing miscellaneous contributions.
			See MISC/README for details.