cznic / goyacc

github.com/cznic/goyacc has moved to modernc.org/goyacc
https://godoc.org/modernc.org/goyacc
BSD 3-Clause "New" or "Revised" License
207 stars 24 forks source link

Rule precedence lost if followed by ';'. #10

Open cznic opened 9 years ago

cznic commented 9 years ago

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

cznic commented 9 years ago

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.