BSD 4_1_snap release
[unix-history] / usr / src / cmd / eyacc / READ_ME
CommitLineData
4b9ccde7 1sccsid : "@(#)READ_ME 4.1 (Berkeley) 3/1/81"
dfa8ca4a
BJ
2August 28, 1977
3
4This directory contains source for a version of yacc needed by the Pascal
5parser. The differences between this yacc and a stadard version 6 yacc
6are indicated in a comment in y1.c.
7
8Note that the standard yacc parser will not work on the tables produced
9by "eyacc" and also that these changes are really useful only with
10a fairly large set of error recovery routines which are part of both
11"pi" and "pxp". The routines are language independent, but the method
12will only work on languages which have some redundancy in them... it is
13probably ill suited for C, but would work fine in ALGOL-60, ALGOL-W,
14EUCLID, LIS, SP/K, PL/1, ALPHARD, CLU, ...
15
16Sun Apr 8 21:43:08 PST 1979
17
18A paper describing the method used by eyacc will appear in August in the
19SIGPLAN Boulder conference.
20
21Mon May 5, 1980
22
23The eyacc in this directory has been modified to work for
24version 7. This involved syntax fixes and changing the I/O calls
25to standard version 7 calls.
26