You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ make all
bin/goyacc -o parser.go -p yy -t Parser parser.y
character token too long: "identifier": parser.y:55
Please check y.output for more information
make: *** [parser.go] Error 1
Unable to use goyacc to regenerate the parser.go file, I did not modify any content of the parser.y file.
The text was updated successfully, but these errors were encountered:
$ make all
bin/goyacc -o parser.go -p yy -t Parser parser.y
character token too long: "identifier": parser.y:55
Please check y.output for more information
make: *** [parser.go] Error 1
Unable to use goyacc to regenerate the parser.go file, I did not modify any content of the parser.y file.
The text was updated successfully, but these errors were encountered: