vnmakarov / mir

A lightweight JIT compiler based on MIR (Medium Internal Representation) and C11 JIT compiler and interpreter based on MIR

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Completion of error handling

elfring opened this issue · comments

Would you like to add more error handling for return values from functions like the following?

Thank you for pointing this out.

I'd say it is not that important as the first is mostly used for developing (debugging) MIR code and the second is only the test.

But I am flexible to review a pull request implementing this and merge it if it is ok for me.