-
Notifications
You must be signed in to change notification settings - Fork 1
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
Throw...Catch & better error handling #29
Comments
:| still no throw/catch? |
I think there is but error handling is horribly mangled right now |
It seems that |
@somebody1234 AtError I think is another vestige. |
So |
yes. result type was an awful idea |
Hmm. I guess this might need more examples of code using |
Might want to have, say, |
Also... 1. until reaching main? and 2. Until reaching a throw-catch works since current implementation uses ruby's errors, although there is no stacktrace yet. Do you want a stacktrace? If you do, you might want to store the filename in every token or something. |
Decide on syntax for raising and rescuing errors in Attache
Make a better system of errors (perhaps by propagating errors raised upwards until reaching main or a throw-catch)
The text was updated successfully, but these errors were encountered: