head     1.1;
branch   ;
access   ;
symbols  ;
locks    ; strict;
comment  @# @;


1.1
date     92.04.07.08.26.38;  author bin;  state Exp;
branches ;
next     ;


desc
@@



1.1
log
@Initial revision
@
text
@Cef changes to yacc. These changes make this yacc 386 specific

Added new command line options to yacc for large grammars.
-sprod N
	Allow N symbols per production. Default 20
-items N
	Allow N items in any state. Default 160
-reds N
	Allow N reductions per state. Default 300
@
