Berkeley Yacc version 1.9.3

-----------------------------------------------------------------------------

How compile and install on UNIX like sytems:

To build:
   make 
To install:
   make install

-----------------------------------------------------------------------------

To compile and run the Win32 release requires the following to be 
installed on your system.

1) The Cygwin (1) version 1.1.x (or later) UNIX like emulation layer from Cygnus.
   The minimum requirements are as follows.
   - GCC 
   - make (make)

To build:
   make win32
To install:
   make installw32

Note that the Win32 release has not been fully tested on all Win32 platforms.

-----------------------------------------------------------------------------

Note: To avoid confusion with othe versions of byacc and yacc, the binary has 
been named yacc193 (yacc193.exe).

-----------------------------------------------------------------------------

LINKS:  

1) Cygwin version 1.1.x POSIX emulation layer
   http://www.cygwin.com/

