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
