chiark
/
gitweb
/
~mdw
/
sod
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Daily work in progress.
[sod]
/
src
/
parser
/
parser-proto.lisp
diff --git
a/src/parser/parser-proto.lisp
b/src/parser/parser-proto.lisp
index 879db4c1946ad324ef90813f6a021805c3b18f83..f60e4254ecd3a80f4095b3f2bb7544249229790d 100644
(file)
--- a/
src/parser/parser-proto.lisp
+++ b/
src/parser/parser-proto.lisp
@@
-843,7
+843,7
@@
(defparse token (:context (context token-parser-context)
A token matches under the following conditions:
* If the value of TYPE is `t' then the match succeeds if and only if the
A token matches under the following conditions:
* If the value of TYPE is `t' then the match succeeds if and only if the
- parser i
t
not at end-of-file.
+ parser i
s
not at end-of-file.
* If the value of TYPE is not `eql' to the token type then the match
fails.
* If the value of TYPE is not `eql' to the token type then the match
fails.