chiark / gitweb /
src/lexer-proto.lisp, ...: Kill `lexer-error' pointless CONSUMEDP flag.
authorMark Wooding <mdw@distorted.org.uk>
Thu, 26 May 2016 08:26:09 +0000 (09:26 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Fri, 8 Jun 2018 18:58:28 +0000 (19:58 +0100)
commit26c5ecfef79e0158c3ea38e9c32ad1fe3e85be3e
tree28fb6c0287e6623f30c46ea17dabfb067da8fdff
parentffc2a7b8364cc459ff686cfce645079b52d11466
src/lexer-proto.lisp, ...: Kill `lexer-error' pointless CONSUMEDP flag.

Not sure what the idea was.  It seems to control printing the location
as part of the message, but the error printing machinery takes care of
doing that anyway; and even so, it seems to hang off this flag.

Kill it, and the redundant printing of the location.
doc/parsing.tex
src/fragment-parse.lisp
src/lexer-impl.lisp
src/lexer-proto.lisp