Make tokenizer properly break text tokens on * and /

This commit is contained in:
John Lorentzson 2025-07-31 11:14:35 +02:00
parent 1f17283b2a
commit 33136c2164

View file

@ -2,6 +2,7 @@
(defparameter *special-token-chars*
'(#\+ #\-
#\* #\/
#\< #\>
#\( #\)
#\, #\.