Fixing parsing of numbers in mexpr mode.

This commit is contained in:
Simon Brooke 2023-03-29 08:50:34 +01:00
parent 6d887ff19b
commit 51a018b705
No known key found for this signature in database
GPG key ID: A7A4F18D1D4DF987
7 changed files with 47 additions and 13 deletions

View file

@ -5,7 +5,7 @@
;; it to NIL
(F . NIL)
;; Binding all system functions to NIL so that you can see on the OBLIST that
;; they exist
;; they exist.
(ADD1 . NIL)
(APPEND . NIL)
(APPLY . NIL)
@ -25,6 +25,7 @@
(PLUS . NIL)
(PRETTY . NIL)
(QUOTIENT . NIL)
(READ . NIL)
(REMAINDER)
(RPLACA . NIL)
(RPLACD . NIL)