-*- Text -*-

YACC for MINIX 1.3, Version 1.0 by Guy Helmer
Released March 26, 1990

This is my port of David Clunie's YACC for MINIX.  This yacc was
originally written for use under MS-DOS; I have done a minimal amount
of work to get it running under MINIX.

Limitations & Bugs:
1) Makes extensive use of temporary space, but on a PC this is the
     only way to do it in 64K.
2) Uses temporary file names not unique to a process id.  Multiple
     copies of yacc running at once will conflict.
3) Will only compile with the 1.3 library.

I intend to fix problems 2 & 3 very soon.  I am sending this out now
so people can get it, use it, and report problems to me.
