jckarter / clay

The Clay programming language
http://claylabs.com/clay
Other
404 stars 34 forks source link

compiler: do not catch any std::exception #424

Closed stepancheg closed 12 years ago

stepancheg commented 12 years ago

std::bad_alloc should not be handled the same way as compiler error

jckarter commented 12 years ago

Good idea; thanks.