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