samrushing / irken-compiler

Irken is a statically typed variant of Scheme. Or a lisp-like variant of ML.

Home Page:http://nightmare.com/rushing/irken.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

exceptions in generators disappear silently

samrushing opened this issue · comments

This probably means that makegen needs a wildcard exception handler.
Though... what to do with an exception that does happen? We need a way to propagate it up to the caller.