-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[REQUEST] Proper error handling for Rect #23
Comments
Hi Mauro, could you please elaborate to what you're referring to exactly? Maybe give some examples of what you were think of? |
Hi, Alexander Tokorv The Second. I hope you are having a splendid day. Of course, I can elaborate more! This issue has been opened from a discussion in #10 . My request is to add a "real" exception handler in the backend and in the frontend. the syntax may be the typical C++ syntax such as: try {} catch () {} The idea is to allow users to catch/create runtime/compile(time) errors. |
Thanks for much for considering to contribute to this project! Thanks |
Hi again! Here are some resources to help you get started. |
Here is what CPP is doing. As you can see, C++ uses external functions for things such as throwing, catching, etc... For LLVM to catch the exception, we need the use of invoke. But how do I know where to use invoke? One way to solve this is by checking if the function throws an exception of if the user declares that the function will throw an exception. |
No description provided.
The text was updated successfully, but these errors were encountered: