Ethan Jones

Results 2 issues of Ethan Jones

Currently `Lexer.prototype.reset` and `Lexer.prototype.save` reference three `queued` fields: `queuedToken`, `queuedText` (added in #169) and `queuedThrow`. There only appear to be references to `queuedText` and `queuedGroup` elsewhere, so this MR removes...

I noticed the travis CI config no longer works, and thought I'd make an MR with a similar GitHub actions build which should just work out of the box. It's...