blingbling icon indicating copy to clipboard operation
blingbling copied to clipboard

在make时出现如下问题,许久没找到解决方法

Open XyxH opened this issue 5 years ago • 0 comments

go build -o bin/goyacc parser/goyacc/main.go bin/goyacc -o /dev/null parser/parser.y Parse table entries: 737656 of 1866150, x 16 bits == 1475312 bytes bin/goyacc -o parser/parser.go parser/parser.y 2>&1 | egrep "(shift|reduce)/reduce" | awk '{print} END {if (NR > 0) {print "Find conflict in parser.y. Please check y.output for more information."; exit 1;}}' rm -f y.output

XyxH avatar Feb 03 '20 18:02 XyxH