Windows NT 4.0 source code leak
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Adam b4a8d373d8
Create README.md
4 years ago
..
ccl.c initial commit 4 years ago
changes initial commit 4 years ago
copying initial commit 4 years ago
dfa.c initial commit 4 years ago
ecs.c initial commit 4 years ago
file.lst initial commit 4 years ago
flex.1 initial commit 4 years ago
flex.c initial commit 4 years ago
flexdef.h initial commit 4 years ago
flexdoc.1 initial commit 4 years ago
gen.c initial commit 4 years ago
initscan.c initial commit 4 years ago
libmain.c initial commit 4 years ago
makefile initial commit 4 years ago
makefile.old initial commit 4 years ago
misc.c initial commit 4 years ago
myypars.c initial commit 4 years ago
nfa.c initial commit 4 years ago
parse.c initial commit 4 years ago
parse.h initial commit 4 years ago
parse.y initial commit 4 years ago
readme initial commit 4 years ago
scan.c initial commit 4 years ago
scan.l initial commit 4 years ago
skeleton.flx initial commit 4 years ago
sources initial commit 4 years ago
sym.c initial commit 4 years ago
tblcmp.c initial commit 4 years ago
y_tab.c initial commit 4 years ago
yylex.c initial commit 4 years ago
yypars.c initial commit 4 years ago

readme

// $Header: /usr/fsys/odin/a/vern/flex/RCS/README,v 2.8 90/05/26 17:31:27 vern Exp $

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:

[email protected]
decvax!cornell!vern

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