home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / oct93 / develop / yacc.lha / Yacc / POSTER < prev    next >
Internet Message Format  |  1993-07-10  |  2KB

  1. From comp.sources.unix Fri Jul  9 02:53:10 1993
  2. Path: uniol!math.fu-berlin.de!xlink.net!howland.reston.ans.net!spool.mu.edu!olivea!decwrl!decwrl!vixie!vixie!not-for-mail
  3. From: robert.corbett@eng.Sun.COM (Roger Corbett)
  4. Newsgroups: comp.sources.unix
  5. Subject: v26i289: byacc-1.9 - Berkeley YACC, Part01/03
  6. Date: 5 Jul 1993 19:33:36 -0700
  7. Organization: Vixie Enterprises
  8. Lines: 4723
  9. Sender: vixie@vix.com
  10. Approved: vixie@gw.home.vix.com
  11. Message-ID: <21aoa0$g7f@gw.home.vix.com>
  12. NNTP-Posting-Host: gw.home.vix.com
  13.  
  14. Submitted-By: robert.corbett@eng.Sun.COM (Roger Corbett)
  15. Posting-Number: Volume 26, Issue 289
  16. Archive-Name: byacc-1.9/part01
  17.  
  18. [ byacc is "Berkeley YACC", written by the same person who originally did
  19.   "bison".  byacc is smaller, simpler, and faster than bison; it also
  20.   generates smaller and faster parsers than bison.  It is the standard
  21.   "yacc" distributed with BSD/386 and other Net-2 descendents as well as
  22.   4.4BSD.  Needless to say, it contains no AT&T/USL code.  It is completely
  23.   compatible with AT&T Yacc's documentation, though it does not neccessarily
  24.   implement any UNdocumented features of AT&T Yacc.
  25.  
  26.   I made a small patch, with permission from the author; see CSU.diffs.
  27.   This patch is already applied; I included it only for reference.  It fixes
  28.   a small bit of lint that ANSI/Posix cares about that older systems didn't.
  29.  
  30.   This is another piece of the 4.4BSD release which is being released here
  31.   since it isn't covered by the U C Regents license (it wasn't done at or
  32.   funded through CSRG, but is rather a contribution to BSD from outside UCB).
  33.   If you must know, I happened to see it while grabbing "db-1.6" from UCB,
  34.   and Keith Bostic said "sure, go ahead and post them both."
  35.  
  36.   --vix ]
  37.  
  38.