Better errors for inappropriate dotted lists in forms
commit31483b89d1d48d6811bf632ea433003864c3a7f5
authorJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Mon, 14 Aug 2017 21:08:51 +0000 (14 23:08 +0200)
committerJan Moringen <jmoringe@techfak.uni-bielefeld.de>
Sun, 20 Aug 2017 10:59:29 +0000 (20 12:59 +0200)
tree559f69b3b8803f4077569aecd28ddf089ecca794
parent4f75662c448a73af304869ee6e815c2820fa30be
Better errors for inappropriate dotted lists in forms

This applies to special forms and calls. E.g.

  (let () . 1)
  (cons 1 . 2)
  ((lambda (x) x) . 1)
NEWS
src/compiler/ir1tran.lisp
tests/compiler.pure.lisp