-
Notifications
You must be signed in to change notification settings - Fork 43
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
Added code from CHC2C implementation #234
Conversation
# Conflicts: # subprojects/xcfa/xcfa-cli/src/main/java/hu/bme/mit/theta/xcfa/cli/XcfaCli.kt
It also seems like I inadvertently fixed some copyright header / formatting issues for xcfa-refactor. While not technically relevant to this PR, I'll leave it as-is so that merging this PR will also fix those issues on the target branch. |
Merged fixes from #233, so that should be merged beforehand. |
SonarCloud Quality Gate failed. 6 Bugs 30.7% Coverage Catch issues before they fail your Quality Gate with our IDE extension SonarLint |
This PR adds support for serializing XCFAs to C-syntax goto programs. Furthermore, it has the following bugfixes/enhancements: