chiark / gitweb /
src/lexer-*.lisp: Add option to `error' to ignore non-consuming failure.
authorMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 20:27:44 +0000 (20:27 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Tue, 17 Nov 2015 20:33:51 +0000 (20:33 +0000)
commit012554e1b6f02cd77028e5f2c463b11738fa2c59
tree40cbdea2f2f0564efe0dca3846c05d64fcf5531d
parent0e7cdea08f8c635a46e66bd0a96bb6f12b907bbc
src/lexer-*.lisp: Add option to `error' to ignore non-consuming failure.

Maybe you're using `error' somewhere where a totally missing thing is
OK: the new :ignore-unconsumed option lets you tell it that this isn't a
problem.
src/lexer-impl.lisp
src/lexer-proto.lisp