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

Build Type 1 binding features #567

Merged
merged 14 commits into from
Sep 22, 2022
Merged

Build Type 1 binding features #567

merged 14 commits into from
Sep 22, 2022

Conversation

Baltoli
Copy link
Contributor

@Baltoli Baltoli commented Sep 20, 2022

This PR extends the basic infrastructure added in previous PRs (#553, #554, #557, #560, runtimeverification/k#2873) to build the actual features required of the Type 1 (no definition) Python bindings.

The features added are sufficient to construct (programmatically and via the KORE parser) and manipulate KORE pattern ASTs. It doesn't yet expose the full generality of the Module / Definition structure, or the KORE binary serializer. The Type 2 (i.e. runtime) features will be added separately.

It also extends the existing test infrastructure to add Python tests that load the compiled bindings from the current build; these tests should give a rough idea of how to use the Python bindings from Pyk (for example)

Fixes #565

@Baltoli Baltoli marked this pull request as ready for review September 22, 2022 08:27
@Baltoli Baltoli mentioned this pull request Sep 22, 2022
@rv-jenkins rv-jenkins merged commit 0b6ac96 into master Sep 22, 2022
@rv-jenkins rv-jenkins deleted the binding-features branch September 22, 2022 09:17
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.

Build AST binding features
3 participants