From: Vern Paxson Date: Sun, 10 Apr 1988 21:27:58 +0000 (+0000) Subject: final tweaking X-Git-Tag: flex-2-5-5b~642 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f8ef29d6ffa78f9d178307a5b4daa60cd8c950a6;p=flex final tweaking --- 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.