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

  1. Short:    GNU Bison - a compiler compiler (Amiga SAS/C port)
  2. Author:   prometeo@flashnet.it (Giacomo Magnini)
  3. Uploader: prometeo@flashnet.it (Giacomo Magnini)
  4. Version:  1.25
  5. Type:     dev/c
  6. Name:     Bison 1.25
  7. Replaces: dev/c/Bison124.lha
  8.  
  9. This is a mostly unchanged port of the GNU Bison 1.25, a compiler
  10. compiler, almost compatible with the 'yacc' Un*x utility.
  11.  
  12. Using the work made by Sandro Tolaini <tolaini@freenet.hut.fi>, I have
  13. successfully compiled it under SAS/C 6.57, with FULL optimization.
  14. I haven't updated the docs, though.
  15.  
  16. Source code is included, to recompile just say 'smake'.
  17.  
  18. I made a slight change to Bison.hairy to make the generated source more
  19. compatible to SAS/C, and I've commented out an assignment in main.c
  20. (line 167) which prevented bison to generate the source for an incomplete
  21. parser (I needed it for the project I'm working on, and old bison versions
  22. worked this way...).
  23.  
  24. To install, simply copy the Bison program somewhere in your path. Copy the
  25. Bison.hairy and Bison.simple files in the same dir where the main program is.
  26.  
  27. Please report me any bug!
  28.  
  29. Much thanks to the GNU guys for their great software!
  30.  
  31. Enjoy,
  32. Giacomo Magnini <prometeo@flashnet.it>
  33.