sasagawa888 / eisl

ISLisp interpreter/compiler
Other
275 stars 23 forks source link

bug of compiler #311

Closed sasagawa888 closed 5 months ago

sasagawa888 commented 5 months ago

can not compute

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

FIxed.