codec: have lexers return io.EOF when encountered

Issue #225 resolved
Saxon Milton created an issue

Lexers currently return nil when an io.EOF is encountered. This does not seem right… the caller of the lexer should decide what to do with io.EOFs not the lexers.

Comments (3)

  1. Log in to comment