[FEATURE REQUEST] Execution-stopping statements #154
Labels
❗ priority:p3
Priority planning - level 3
🔗 resolution:duplicate
This issue or pull request already exists
🎊 resolution:resolved
Bug or feature resolved - might not have been merged to master yet
🎆 type:feature
New feature or request
Description
Statement
s have astopsExecution()
method that is intended to hint that the execution of the cfg interrupts there, either by returning the control to the caller or by raising an error. There should also be a way of identifying statements that halt the execution of the program, asSystem.exit()
does in Java. These should also be correctly handled by the fixpoint.The text was updated successfully, but these errors were encountered: