lexer: Skip over unrecognized characters and only return None for EOF#591
Conversation
|
3944897 to
0b2368e
Compare
|
@Xanewok looks like it needs rebasing. But otherwise, LGTM. |
|
Updated with a merge to facilitate re-review since we're already squashing on final merge, hope that's okay. |
@Xanewok I think that should be fine. Thanks! |
Does what it says on the tin.
Helps recover past unrecognized characters while still stopping at EOF, see test change in a9777a5 (#586).
cc @AntonyBlakey since we talked about this