-
Notifications
You must be signed in to change notification settings - Fork 5
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
[Feature] Implement try/catch statement to handle exceptions #654
Comments
lorenzholzbauer
added
feature
New feature or enhancement
question
Further information is requested
labels
Jul 9, 2024
Luna-Klatzer
changed the title
[Feature] Implement Try/Catch Statement to handle Exceptions
[Feature] Implement try/catch statement to handle exceptions
Jul 9, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Jul 10, 2024
Luna-Klatzer
changed the title
[Feature] Implement try/catch statement to handle exceptions
[Feature] Implement try/except statement to handle exceptions
Jul 25, 2024
2 tasks
lorenzholzbauer
changed the title
[Feature] Implement try/except statement to handle exceptions
[Feature] Implement try/catch statement to handle exceptions
Aug 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 17, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 25, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Aug 28, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Sep 2, 2024
lorenzholzbauer
added a commit
that referenced
this issue
Sep 2, 2024
8 tasks
lorenzholzbauer
added a commit
that referenced
this issue
Sep 16, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Is there an existing proposal for this?
This feature does not exist in the latest version
Proposal
Add
try/catch
statement support, which can handle exceptions and execute specific clauses based on error pattern matching. It also includes afinally
clause, which gets executed regardless of what happened before.Exact behaviour / changes you want
try/catch
notation and appropriate semantic analysis.The text was updated successfully, but these errors were encountered: