home *** CD-ROM | disk | FTP | other *** search
/ Liren Large Software Subsidy 7 / 07.iso / c / c100 / 4.ddi / COM.ZIP / READ.ME < prev    next >
Encoding:
Text File  |  1990-08-16  |  996 b   |  29 lines

  1. This ZIP file contains an example of how to use BISON and LEX.  As an added
  2. bonus, it also shows how to use C++ statements as well as C.  Some changes
  3. had to be made to BISON and FLEX files to make this stuff compile under C++.
  4. To preserve the integrity of BISON and FLEX, these are provided separately.
  5. The files in this archive replace some of the files in the BISON and FLEX
  6. releases.
  7.  
  8. The stuff in COM.ZIP replaces some of the flex/bison files.  It makes it
  9. work in C++ mode.
  10.  
  11. You need to make two directories: 
  12.  
  13. \LIB should contain:
  14.   FLEX.SKL
  15.   FLEX.FST
  16.   FSKELCOM.H
  17.   FSKELDEF.H
  18.  
  19. \TMP should contain nothing, but must exist for temporary files.
  20.  
  21. The BISON and FLEX I refer to in this document were uploaded to CIS
  22. at the same time this archive was uploaded.  If you are in doubt as to 
  23. whether or not you have the correct BISON and FLEX, send me E-MAIL and
  24. we'll figure it out.
  25.  
  26. I hope this code works as well for you as it does for me.
  27.  
  28. - Tim Capps [76347,35]
  29.