src/pset-parse.lisp: Mention fragment and type expressions in docstring.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 27 Jul 2019 00:03:36 +0000 (01:03 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:36 +0000 (16:27 +0100)
src/pset-parse.lisp

index b3b1d8c..d2bcc70 100644 (file)
@@ -73,7 +73,7 @@
       "Parse and evaluate a simple expression.
 
    The result is a pair (TYPE . VALUE).  Currently, type types are `:id',
-   `:int', `:string', and `:char'.  If an error prevented a sane value from
+   `:int', `:string', `:char', `:fragment', `:type'.  If an error prevented a sane value from
    being produced, the type `:invalid' is returned.
 
    The syntax of expressions is rather limited at the moment, but more may be