sasagawa888 / eisl

ISLisp interpreter/compiler
Other
267 stars 22 forks source link

compile of with-handler #269

Closed sasagawa888 closed 1 year ago

sasagawa888 commented 1 year ago

not correct compiled code execution.

Easy-ISLisp Ver2.95
> (load "tests/bug.o")
T
> (foo)
"inner handler continued"
NIL
> (baz)
"handled"
NIL
> 
sasagawa888 commented 1 year ago

Fixed. I was able to improve the compiler significantly. Thank you Mr. Noble.