chiark / gitweb /
src/lexer-proto.lisp: New parser `must'.
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)
commitae7a3c8fb42e457933efbbb9127d5a745096825a
tree0cc0bebdecc252bad6bf02f405cfc4a3fbf7b389
parent97d10f8b1f631cd32ea5ac9118b253cb4142d391
src/lexer-proto.lisp: New parser `must'.

This is a simple wrapper around `error' for mandatory delimiters.  If it
doesn't find the delimiter, it reports the error and continues, possibly
producing a default value.
doc/SYMBOLS
doc/parsing.tex
src/lexer-proto.lisp