summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorVern Paxson <vern@ee.lbl.gov>1988-04-10 21:27:58 +0000
committerVern Paxson <vern@ee.lbl.gov>1988-04-10 21:27:58 +0000
commitf8ef29d6ffa78f9d178307a5b4daa60cd8c950a6 (patch)
tree1262a192848ecf1d873b98a3623ef58c8e9c8ec3 /README
parent3273d87d5110b0c0a31a2d40ffb41cd1fa86d2cb (diff)
final tweaking
Diffstat (limited to 'README')
-rw-r--r--README26
1 files changed, 16 insertions, 10 deletions
diff --git a/README b/README
index 9354207..cbdc670 100644
--- a/README
+++ b/README
@@ -26,6 +26,8 @@ The flex distribution consists of the following files:
README This message
+ Changes Differences between this release and the beta-test
+
Makefile
flexdef.h
parse.y
@@ -36,11 +38,12 @@ The flex distribution consists of the following files:
main.c
misc.c
nfa.c
- scan.c
sym.c
tblcmp.c
yylex.c
+ scan.c.dist pre-flex'd version of scan.l
+
flex.skel
flex.fastskel
flexskelcom.h skeleton scanner sources
@@ -51,15 +54,18 @@ The flex distribution consists of the following files:
Timings a brief note comparing timings of flex vs. lex
-The files are packaged as three compressed shell archives, ~90Kb in size
-total. Create a directory where you want flex to live, cd there, and use
-
- uncompress flexdist.1.Z
- uncompress flexdist.2.Z
- uncompress flexdist.3.Z
- sh flexdist.1
- sh flexdist.2
- sh flexdist.3
+The files are packaged as a compressed shell archive, which in turn
+contains seven shell archives. Create a directory where you want flex
+to live, cd there, and use
+
+ uncompress flex.shar.Z
+ sh flex.shar.1
+ sh flex.shar.2
+ sh flex.shar.3
+ sh flex.shar.4
+ sh flex.shar.5
+ sh flex.shar.6
+ sh flex.shar.7
to extract them.