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

Rv kmir milestone 4 #1060

Merged
merged 3 commits into from
Dec 20, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions deliveries/rv_kmir-milestone_4.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Milestone Delivery :mailbox:

**The [invoice form :pencil:](https://docs.google.com/forms/d/e/1FAIpQLSfmNYaoCgrxyhzgoKQ0ynQvnNRoTmgApz9NrMp-hd8mhIiO0A/viewform) has been filled out correctly for this milestone and the delivery is according to the official [milestone delivery guidelines](https://github.com/w3f/Grants-Program/blob/master/docs/Support%20Docs/milestone-deliverables-guidelines.md).**

* **Application Document:** [RV KMIR](https://github.com/w3f/Grants-Program/blob/master/applications/rv-kmir.md)

* **Milestone Number:** 4

**Deliverables**
Specify the semantics of MIR programs in K.

| Number | Deliverable | Specification |
| -----: | ----------- | ------------- |
| **0a.** | License | [BSD-3](https://github.com/runtimeverification/mir-semantics/blob/milestone4-deliverable/LICENSE) |
| **0b.** | Documentation | [kmir CLI instructions](https://github.com/runtimeverification/mir-semantics/blob/milestone4-deliverable/kmir/README.md) |
| **0c.** | Testing and Testing Guide | [Testing Instructions with Docker](https://github.com/runtimeverification/mir-semantics/tree/milestone4-deliverable#running-integration-tests-with-docker) |
| **0d.** | Docker | [Dockerfile](https://github.com/runtimeverification/mir-semantics/blob/milestone4-deliverable/Dockerfile) |
| 1. | KMIR documentation | [README](https://github.com/runtimeverification/mir-semantics/blob/milestone4-deliverable/kmir/README.md#build-kmir) |
| 2. | **kup** integration | [kmir in kup](https://github.com/runtimeverification/kup/blob/cf2ff4245ccefb64a98f752a324a807a43cf9184/src/kup/__main__.py#L60https://github.com/runtimeverification/kup) [flake.nix in kmir](https://github.com/runtimeverification/mir-semantics/blob/milestone4-deliverable/flake.nix) |
| 3. | Blog post | In final review by @takahser |
Loading