home *** CD-ROM | disk | FTP | other *** search
/ The Fred Fish Collection 1.5 / ffcollection-1-5-1992-11.iso / ff_disks / 200-299 / ff299.lzh / Yacc / README.AMIGA < prev    next >
Text File  |  1989-12-30  |  1KB  |  25 lines

  1. This is a port of Berkeley Yacc, a public domain YACC replacement (see the
  2. file README for more information). This is BETA TEST CODE, even under
  3. BSD4.3, and probably CONTAINS BUGS. I would appreciate if some of you would
  4. run some of your test code through it and see how it works. I ran it on a
  5. couple of the examples from the Yacc manual and it seems to work, but I'm
  6. no Yexpert.
  7.  
  8. Note that I say PUBLIC DOMAIN. This means that you could use this
  9. program to write commercial software with, unlike Bison. Plus, it
  10. produces more compact tables (semi-compressed, though that's slower
  11. than what Bison does), which is important on the Amiga (no virtual
  12. memory). Finally, the parser produced does not need that obnoxious
  13. alloca() call that so pervades GNU code.
  14.  
  15. This program is compiled using Lattice 5.02 (Lettuce lost my 5.04
  16. update somehow, though they promise that "it's in the mail").
  17.  
  18. For bug reports, etc:
  19.     Eric Green
  20.     Bayou Browsing Computing
  21.     P.O. Box 92191
  22.     Lafayette, LA 70509
  23.     egreen (BIX), elg@attctc.UUCP (UUCP)
  24.     (319) 989-9849
  25.