sasagawa888 / eisl

ISLisp interpreter/compiler
Other
288 stars 24 forks source link

bug of compiler #311

Closed sasagawa888 closed 7 months ago

sasagawa888 commented 7 months ago

can not compute

(defun foo (x)
    ((lambda (x) x) x))
sasagawa888 commented 7 months ago

FIxed.