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

  1. This ZIP file contains an example of how to use BISON and LEX to 
  2. create your own language.  Also it shows how to do this using C++ 
  3. code.   As an added bonus, it also shows how to use C++ statements as 
  4. well as C.  Some changes had to be made to BISON and FLEX files to 
  5. make this stuff compile under C++.  To preserve the integrity of BISON 
  6. and FLEX, these are provided separately.  The files in this file 
  7. replace some of the files in the BISON and FLEX (BISON is on this 
  8. disk, FLEX is on disk #5) releases.
  9.  
  10. The stuff in COM.ZIP replaces some of the flex/bison files.  It makes it
  11. work in C++ mode.
  12.  
  13. You need to make two directories:
  14.  
  15. \LIB should contain:
  16.   FLEX.SKL
  17.   FLEX.FST
  18.   FSKELCOM.H
  19.   FSKELDEF.H
  20.  
  21. \TMP should contain nothing, but must exist for temporary files.
  22.  
  23.  
  24. I hope this code works as well for you as it does for me.
  25.  
  26. - Tim Capps [76347,35]