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

Error list not expanded when written to stderr #3

Closed cznic closed 9 years ago

cznic commented 9 years ago

Cf. #2

The error list is scanner.ErrorList. The Error() method of scanner.ErrorList returns only the first error.