1
0
mirror of https://github.com/golang/go synced 2024-09-30 16:28:32 -06:00
go/cmd/goyacc
Jordan Lewis ebf631f917 cmd/goyacc: quadruple the max states and actions
This commit quadruples the maximum number of states and the size of the
action table to allow for larger grammars.

Fixes golang/go#11517

Change-Id: Ieb64efa8e3402ae1a5a9190710f98a44195ecd1b
Reviewed-on: https://go-review.googlesource.com/33585
Reviewed-by: Ian Lance Taylor <iant@golang.org>
2016-11-28 18:37:26 +00:00
..
testdata/expr cmd/goyacc: move go tool yacc from the go repo 2016-08-18 15:37:45 +00:00
doc.go cmd/goyacc: move go tool yacc from the go repo 2016-08-18 15:37:45 +00:00
yacc.go cmd/goyacc: quadruple the max states and actions 2016-11-28 18:37:26 +00:00