fixed quoting behavior
previously it was impossible to do the following: (define dave (quote (x y z))) dave the interpreter would incorrectly try to evaluate the (x y z), because there was no quote level being recorded, and it was seen as being the same as a regular sexp.master
parent
c648ad597d
commit
b9d2afce74
Loading…
Reference in New Issue