Fixing parsing of numbers in mexpr mode.
This commit is contained in:
parent
6d887ff19b
commit
51a018b705
7 changed files with 47 additions and 13 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue