home *** CD-ROM | disk | FTP | other *** search
/ The C Users' Group Library 1994 August / wc-cdrom-cusersgrouplibrary-1994-08.iso / vol_200 / 290_01 / readme.2 < prev    next >
Text File  |  1990-05-14  |  3KB  |  85 lines

  1. The FLEX source code files were downloaded through the Net from the MIT
  2. node "prep.ai.mit.edu", subdirectory /u2/emacs.  Some file names were truncated
  3. so that they could be moved to the DOS environment (note: DOS names are
  4. case insensitive. DrH).
  5.  
  6. old name            size    date           new name
  7. --------------------------------------------------------
  8. Changes              861 Nov 18 13:20 
  9. Makefile            1264 Nov 18 13:20  --> unixmake.mak
  10. README              2885 Nov 18 15:13 
  11. Timings              857 Nov 18 13:20 
  12. ccl.c               2257 Nov 18 13:20 
  13. dfa.c              10732 Nov 18 13:20 
  14. ecs.c               4605 Nov 18 13:21 
  15. fastskeldef.h       3144 Nov 18 13:21  --> fastskel.h
  16. flex.1             15558 Nov 18 13:21 
  17. flex.fastskel       9337 Nov 18 13:21  --> fastskel.c
  18. flex.skel           6596 Nov 18 13:21  --> skeleton.c
  19. flexdef.h          17327 Nov 18 13:21 
  20. flexskelcom.h       2400 Nov 18 13:21  --> skelcom.h
  21. flexskeldef.h       1268 Nov 18 13:21  --> skeleton.h
  22. main.c             12885 Nov 18 13:21 
  23. misc.c              9991 Nov 18 13:21 
  24. nfa.c              13633 Nov 18 13:21 
  25. parse.y             9182 Nov 18 13:21 
  26. scan.c.dist        37843 Nov 18 13:25  --> scan.c
  27. scan.l              9183 Nov 18 13:24 
  28. sym.c               6087 Nov 18 13:24 
  29. tblcmp.c           39425 Nov 18 13:23 
  30. yylex.c             3554 Nov 18 13:24 
  31.  
  32. ----------------------------------------------------------------------------
  33.  
  34. This particular DOS version of flex distribution now consists of the
  35. following files:
  36.  
  37.     README      Vern Paxson's notations.
  38.     README.2    This amendment
  39.     CHANGES     Differences between DOS, UNIX, and beta-test releases
  40.  
  41.     CCL.C       CCL.H           \
  42.     DFA.C       DFA.H            \
  43.     ECS.C       ECS.H             \
  44.     MAIN.C      MAIN.H             \
  45.     MISC.C      MISC.H              \
  46.     NFA.C       NFA.H                \    flex sources
  47.     PARSE.C     PARSE.H              /    ------------
  48.     SCAN.C                          /
  49.     SYM.C       SYM.H              /
  50.     TBLCMP.C    TBLCMP.H          /
  51.     YYLEX.C                      /
  52.     FLEXDEF.H                   /
  53.  
  54.     MAKEFILE    dependency file for Microsoft C v5.1 and Opus Make v4.5+
  55.     UNIXMAKE.MAK    Unix makefile, for documentation
  56.  
  57.     PARSE.Y     parser as a YACC specification (BISON works well, too)
  58.     SCAN.L      scanner as a LEX/FLEX specification
  59.     
  60.     FASTSKEL.C  skeleton scanner sources     
  61.     FASTSKEL.H
  62.     SKELETON.C
  63.     SKELCOM.H
  64.     SKELETON.H
  65.  
  66.     SCAN.C      pre-flex'd version of scan.l
  67.  
  68.     FLEX.1      manual entry (nroff format)
  69.     FLEX.MAN    preformatted vanilla ascii manual.
  70.     TIMINGS     a brief note comparing timings of flex vs. lex
  71.  
  72.     EXTERNS.DEF collected external function declarations, for reference.
  73.  
  74.  
  75.  
  76.  
  77. Questions and problems should probably not be addressed to:
  78.  
  79.         Daniel R. Haney
  80.  
  81.         c/o LCS/Telegraphics
  82.         222 Third St, suite 2242
  83.         Cambridge MA 02142
  84.  
  85.