~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

Minix Cross Reference
Minix/commands/flex-2.3.7/


Name Size Last modified (GMT) Description
Back Parent directory 1996-09-12 21:18:55
File COPYING 1802 bytes 1996-04-10 02:28:43
File Changes 12614 bytes 1996-04-10 02:28:43
File Makefile 4349 bytes 1996-06-04 08:43:12
File README 1630 bytes 1996-04-10 20:09:03
C file ccl.c 4146 bytes 1996-04-10 20:09:06
C file dfa.c 26950 bytes 1996-04-10 20:09:08
C file ecs.c 8789 bytes 1996-04-10 20:09:11
File flex.skel 19826 bytes 1996-04-10 20:09:14
C file flexdef.h 29093 bytes 1996-04-10 20:09:17
C file gen.c 31649 bytes 1996-04-10 20:09:20
C file initscan.c 67815 bytes 1996-04-10 20:09:23
C file libmain.c 287 bytes 1996-04-10 20:09:27
C file main.c 19490 bytes 1996-04-10 20:09:29
C file misc.c 14943 bytes 1996-04-10 20:09:32
C file nfa.c 17634 bytes 1996-04-10 20:09:34
File parse.y 14529 bytes 1996-04-10 20:09:37
C file scan.c 70212 bytes 1996-06-04 08:43:15
File scan.l 12470 bytes 1996-04-10 20:09:43
C file sym.c 7558 bytes 1996-04-10 20:09:45
C file tblcmp.c 25200 bytes 1996-04-10 20:09:48
C file yylex.c 4275 bytes 1996-04-10 20:09:51

  1 // $Header: /users/cosc/staff/paul/CVS/minix1.7/src/commands/flex-2.3.7/README,v 1.2 1996/04/10 20:09:03 paul Exp $
  2 
  3 This is release 2.3 of flex - a full release.
  4 
  5 The flex distribution consists of the following files:
  6 
  7         README          This message
  8 
  9         Makefile
 10         flexdef.h
 11         parse.y
 12         scan.l
 13         ccl.c
 14         dfa.c
 15         ecs.c           flex sources
 16         gen.c
 17         main.c
 18         misc.c
 19         nfa.c
 20         sym.c
 21         tblcmp.c
 22         yylex.c
 23 
 24         libmain.c       flex library (-lfl) source
 25 
 26         initscan.c      pre-flex'd version of scan.l
 27 
 28         flex.skel       skeleton for generated scanners
 29 
 30         flexdoc.1       full user documentation
 31         flex.1          reference documentation
 32 
 33         Changes         Differences between this release and the previous one
 34 
 35         COPYING         flex's copyright
 36 
 37         MISC/           a directory containing miscellaneous porting-related
 38                         notes (for Atari, MS-DOS, Turbo-C, and VMS)
 39 
 40 
 41 Decide where you want to keep flex.skel (suggestion:  /usr/local/lib),
 42 but don't move it there yet.  Edit "Makefile" and change the definition
 43 of SKELETON_FILE to reflect the full pathname of flex.skel.
 44 
 45 Read the "Porting considerations" note in the Makefile and make
 46 the necessary changes.
 47 
 48 To make flex for the first time, use:
 49 
 50     make first_flex
 51 
 52 which uses the pre-generated copy of the flex scanner (the scanner
 53 itself is written using flex).
 54 
 55 Assuming it builds successfully, you can test it using
 56 
 57     make test
 58 
 59 The "diff" should not show any differences.
 60 
 61 If you're feeling adventurous, issue "make bigtest" and be prepared
 62 to wait a while.
 63 
 64 Install flex using:
 65 
 66         make install
 67 
 68 
 69 Please send problems and feedback to:
 70 
 71         vern@cs.cornell.edu
 72         decvax!cornell!vern
 73 
 74         Vern Paxson
 75         CS Department
 76         4126 Upson Hall
 77         Cornell University
 78         Ithaca, NY 14853-7501

~ [ source navigation ] ~ [ identifier search ] ~ [ freetext search ] ~ [ file search ] ~

This page was automatically generated by the LXR engine.
Visit the LXR main site for more information.