home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Compilateur / bison++-1.04.readme < prev    next >
Encoding:
Text File  |  1998-09-24  |  1.0 KB  |  29 lines

  1. Short: GNU Bison++ v1.04 for the Amiga
  2.  
  3. This archive contains a port of the Unix version of Bison++, a LALR(1)-parser
  4. generator creating parsers in C++.
  5. So if you belong to the happy people owning one of the few useful C++ compilers
  6. for the Amiga, you may create REAL C++ parsers with this program.
  7.  
  8. The original was downloaded from iamsun.unibe.ch (C++/Tools). Don't blame me
  9. for dead code or other similar things, I made the port in half an hour :-)
  10. The sources should compile with SAS/C 6.5 without properly (the warnings can
  11. be ignored).
  12.  
  13. To install Bison++, copy the following files to S: and "bison++" to a directory
  14. of your search path:
  15.  
  16.   - bison++.hairy.cc 
  17.   - bison++.simple.cc
  18.  
  19. Bison++ needs these two frame files for the parser generation. You may tell
  20. Bison++ which file to take by setting the environment variables BISON_HAIRY
  21. and BISON_SIMPLE respectively.
  22.  
  23. ------------------------------
  24.  
  25. Rainer Koppler
  26. Johannes-Kepler-University Linz
  27. Department for graphics and parallel processing (GUP Linz)
  28. EMail: rk@gup.uni-linz.ac.at
  29.