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

Instability of generated parser. #24

Closed cznic closed 7 years ago

cznic commented 7 years ago

See https://github.com/cznic/golex/issues/13#issuecomment-319560013.

Probably only in parsers with conflicts. It never occured to me test such cases, but it must work and must produce stable, best-effort parsers as the original yacc does.