home *** CD-ROM | disk | FTP | other *** search
/ The CDPD Public Domain Collection for CDTV 3 / CDPDIII.bin / pd / programming / c / bison / readme < prev    next >
Text File  |  1993-04-06  |  1KB  |  40 lines

  1. GNU Bison 1.18 for AmigaDOS
  2. ---------------------------
  3.  
  4. This kit by David Crooke: e-mail: dcc@dcs.ed.ac.uk
  5. snail: 2 Main St., Carnock, Dunfermline, Fife, SCOTLAND KY12 9JQ
  6.  
  7. This kit contains the GNU bison parser generator and its engine files. Bison is
  8. fully compatible with yacc, but better (coz it's free!!!!!!!!!!!!). This software
  9. is made available under the GNU General Public License, as outlined by the file
  10. "COPYING". Please read it now.
  11.  
  12. If you don't know what the heck "parsers", "LALR" and "yacc" are, you don't need
  13. this software.
  14.  
  15. This is simply Bison-1.18 compiled for AmigaDOS. I found an older version
  16. lying around on the net, but it was choking on a big grammar I was working
  17. on, so I got this version and compiled it. It is not an Amiga port in any
  18. way, it is a vanilla Unix version.
  19.  
  20. Installation
  21. ------------
  22.  
  23. 1. Obtain version 39 or higher of Markus Wild's ixemul.library, and place it
  24. in your LIBS: directory. Among other things, it comes with his gcc-2.3.3 kit.
  25.  
  26. 2. Place the file "bison" somewhere where it can be found on your path.
  27.  
  28. 3. Place "bison.simple" and "bison.hairy" in a directory, and add a line to
  29. your User-Startup (or whatever) of the form "assign Bison: <directory>"
  30.  
  31. 4. To use it, the command "bison -y [yacc-options] mygrammar.y". The -y flag
  32. means "yacc compatibility".
  33.  
  34.  
  35. Have fun
  36. Dave
  37. 6-Apr-93
  38.  
  39.  
  40.