Parser generator for Go that creates LALR parsers from grammar files
Parser Generator for Go
goyacc
$ goyacc -o parser.go grammar.y
$ goyacc -o parser.go -p myParser grammar.y
$ goyacc -o parser.go -p lex grammar.l