pingcap / parser

A MySQL Compatible SQL Parser
Apache License 2.0
1.41k stars 489 forks source link

character token too long: "identifier" #1429

Open dean2021 opened 7 months ago

dean2021 commented 7 months ago

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

kennytm commented 7 months ago

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.