parser icon indicating copy to clipboard operation
parser copied to clipboard

character token too long: "identifier"

Open dean2021 opened this issue 1 year ago • 1 comments

$ 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.

dean2021 avatar Mar 12 '24 10:03 dean2021

Hi, this repository has been sort-of deprecated as the content has been fully merged into pingcap/tidb.

Could you try if the make all from the parser package inside pingcap/tidb works? Thanks.

kennytm avatar Mar 12 '24 17:03 kennytm