tomhrr / dale

Lisp-flavoured C
BSD 3-Clause "New" or "Revised" License
1.03k stars 48 forks source link

Report errors when too many arguments in a let #101

Closed porky11 closed 8 years ago

porky11 commented 8 years ago

I didn't find an error like this:

(let ((x \ a b)) ;;should have been (x \ (- a b))
  …)

I just got wrong results so this should report errors.

tomhrr commented 8 years ago

On Thu, Sep 15, 2016 at 06:53:56AM -0700, Fabio Krapohl wrote:

I didn't find an error like this:

(let ((x \ a b)) …)

I just got wrong results so this should report errors.

Thanks, this has been fixed.