Lexshouldreturnthetokenidentifier,andplaceothertokeninformationinlval(whichreplacestheusualyylval).以上文字摘自godocument.我在yacc文件(some.y文件)的语法规则的Action部分使用了变量(yylval)。该代码在Go1.5中有效。但是相同的代码在Go1.6中无法编译。当我检查生成的y.go文件时(来自'goyacctoolsome.y'命令),Go在不同的版本中创建了不同的变量名。varyylvalyySymType//inG01.5varyyVALyySymType