chiark
/
gitweb
/
~mdw
/
sod
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
5abdef2
)
src/pset-parse.lisp: Mention fragment and type expressions in docstring.
author
Mark Wooding
<mdw@distorted.org.uk>
Sat, 27 Jul 2019 00:03:36 +0000
(
01:03
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Sat, 3 Aug 2019 15:27:36 +0000
(16:27 +0100)
src/pset-parse.lisp
patch
|
blob
|
blame
|
history
diff --git
a/src/pset-parse.lisp
b/src/pset-parse.lisp
index b3b1d8ca571612e0e89f34a4200c9301bf664553..d2bcc703fc06e5743408d762a1d5710191182bfd 100644
(file)
--- a/
src/pset-parse.lisp
+++ b/
src/pset-parse.lisp
@@
-73,7
+73,7
@@
(defun parse-expression (scanner)
"Parse and evaluate a simple expression.
The result is a pair (TYPE . VALUE). Currently, type types are `:id',
"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
being produced, the type `:invalid' is returned.
The syntax of expressions is rather limited at the moment, but more may be