refu-lang / refu

Refu language
21 stars 4 forks source link

Make sure all bllvm_compile_XXX functions error paths are checked #14

Open LefterisJP opened 7 years ago

LefterisJP commented 7 years ago

Check all bllvm_compile_XXX() function's error path returns and make sure so that all errors can be handled a bit more gracefully. Example function here.

Errors here are fatal, but still it's our job to try and have a graceful exit.