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

Arguments to yyLexerEx.Reduce passed in wrong order #20

Closed cznic closed 9 years ago

cznic commented 9 years ago

The documented order is rule, state, ... but the actual order is incorrectly state, rule, ....