Skip to content
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

support pyk form of axioms in splitTop #980

Merged
merged 4 commits into from
Feb 15, 2024
Merged

support pyk form of axioms in splitTop #980

merged 4 commits into from
Feb 15, 2024

Conversation

dwightguth
Copy link
Collaborator

When pyk generates new KORE modules for use internal to its prover, it creates rules whose structure is different from any rule which is generated by the K frontend. As a result, splitTop does not know how to handle such axioms. We thus need to extend splitTop to support this type of rule in order to support parsing these modules as needed by the Maude backend.

When pyk generates new KORE modules for use internal to its prover, it
creates rules whose structure is different from any rule which is
generated by the K frontend. As a result, splitTop does not know how to
handle such axioms. We thus need to extend splitTop to support this type
of rule in order to support parsing these modules as needed by the Maude
backend.
@dwightguth dwightguth marked this pull request as ready for review February 15, 2024 18:05
@rv-jenkins rv-jenkins merged commit bafc739 into master Feb 15, 2024
7 checks passed
@rv-jenkins rv-jenkins deleted the splitTopForPyk branch February 15, 2024 23:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants