goyacc icon indicating copy to clipboard operation
goyacc copied to clipboard

Rule precedence lost if followed by ';'.

Open cznic opened this issue 11 years ago • 1 comments

The problem propagates from $go tool yacc used by cznic/parser/yacc, see issue #2

cznic avatar Nov 17 '14 14:11 cznic

Bug was temporarily worked around in parser/yacc. Users should update:

$ go get -u github.com/cznic/goyacc

But the root cause (in go tool yacc) is not solved yet.

cznic avatar Nov 17 '14 14:11 cznic