ceriel 94fde85384 Added more precise info about parameters пре 29 година
..
.distr cfd793a8af New installation mechanism пре 33 година
COPYING 4de0dc3433 initial version пре 33 година
Changes 9e95c438ab Updated пре 33 година
Headers 9e95c438ab Updated пре 33 година
Makefile 94fde85384 Added more precise info about parameters пре 29 година
README bcc84a94d5 Header --> Id пре 30 година
ccl.c bcc84a94d5 Header --> Id пре 30 година
dfa.c bcc84a94d5 Header --> Id пре 30 година
ecs.c bcc84a94d5 Header --> Id пре 30 година
flex.1 4de0dc3433 initial version пре 33 година
flex.skel bcc84a94d5 Header --> Id пре 30 година
flexdef.h bcc84a94d5 Header --> Id пре 30 година
flexdoc.1 4de0dc3433 initial version пре 33 година
gen.c bcc84a94d5 Header --> Id пре 30 година
initscan.c bcc84a94d5 Header --> Id пре 30 година
libmain.c bcc84a94d5 Header --> Id пре 30 година
main.c bcc84a94d5 Header --> Id пре 30 година
misc.c bcc84a94d5 Header --> Id пре 30 година
nfa.c bcc84a94d5 Header --> Id пре 30 година
parse.y bcc84a94d5 Header --> Id пре 30 година
proto.make bcc84a94d5 Header --> Id пре 30 година
scan.l bcc84a94d5 Header --> Id пре 30 година
sym.c bcc84a94d5 Header --> Id пре 30 година
tblcmp.c bcc84a94d5 Header --> Id пре 30 година
yylex.c bcc84a94d5 Header --> Id пре 30 година

README

// $Id$

This is release 2.3 of flex - a full release.

The flex distribution consists of the following files:

README This message

Makefile
flexdef.h
parse.y
scan.l
ccl.c
dfa.c
ecs.c flex sources
gen.c
main.c
misc.c
nfa.c
sym.c
tblcmp.c
yylex.c

libmain.c flex library (-lfl) source

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

flex.skel skeleton for generated scanners

flexdoc.1 full user documentation
flex.1 reference documentation

Changes Differences between this release and the previous one

COPYING flex's copyright

MISC/ a directory containing miscellaneous porting-related
notes (for Atari, MS-DOS, Turbo-C, and VMS)


Decide where you want to keep flex.skel (suggestion: /usr/local/lib),
but don't move it there yet. Edit "Makefile" and change the definition
of SKELETON_FILE to reflect the full pathname of flex.skel.

Read the "Porting considerations" note in the Makefile and make
the necessary changes.

To make flex for the first time, use:

make first_flex

which uses the pre-generated copy of the flex scanner (the scanner
itself is written using flex).

Assuming it builds successfully, you can test it using

make test

The "diff" should not show any differences.

If you're feeling adventurous, issue "make bigtest" and be prepared
to wait a while.

Install flex using:

make install


Please send problems and feedback to:

vern@cs.cornell.edu
decvax!cornell!vern

Vern Paxson
CS Department
4126 Upson Hall
Cornell University
Ithaca, NY 14853-7501