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

Commits on Feb 12, 2024

  1. support pyk form of axioms in splitTop

    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.
    Dwight Guth committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    8752f3f View commit details
    Browse the repository at this point in the history
  2. update format

    Dwight Guth committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    1de9eeb View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. fix missing case for single equality

    Dwight Guth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    3548eec View commit details
    Browse the repository at this point in the history
  2. try to fix kompile crash

    Dwight Guth committed Feb 15, 2024
    Configuration menu
    Copy the full SHA
    d46010e View commit details
    Browse the repository at this point in the history