Make tokenizer properly break text tokens on * and /
This commit is contained in:
parent
1f17283b2a
commit
33136c2164
1 changed files with 1 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
(defparameter *special-token-chars*
|
||||
'(#\+ #\-
|
||||
#\* #\/
|
||||
#\< #\>
|
||||
#\( #\)
|
||||
#\, #\.
|
||||
|
|
Loading…
Add table
Reference in a new issue