runtimeverification / runtimeverification/mir-semantics
Simplify sorts and review parsing in KMIR-AST
Open
@jberthold is already working on this.
Since Feb 10, 2025.
- Dominant language
- Python
- Stars
- 52
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
A few improvements to make working with the KMIR-AST::Pgm easier.
- The
AllocBytessort inbody.mdcontains a sequence of optional byte values. This seems to be an unnecessary complication. - The
ProvenanceMapis currently parsed as a simpleIntlist but could be more structured. - A few other
FIXMEnotes from prior work on the python parser can be removed now
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.