diff options
Diffstat (limited to 'load.lisp')
-rw-r--r-- | load.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ nothing))) (read-from-string (str:from-list - (remove nil (append base (cons dot fraction) (cons e exponent)))))))) + (remove nil (append base (cons dot fraction) (cons (when e #\d) exponent)))))))) (defparameter string-literal (comp ((_ (unit #\")) |