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

Define RustLight #2

Open
6 tasks
DieracDelta opened this issue Jun 7, 2024 · 0 comments
Open
6 tasks

Define RustLight #2

DieracDelta opened this issue Jun 7, 2024 · 0 comments

Comments

@DieracDelta
Copy link
Collaborator

Define a language, RustLight, that ignores borrow checking and has very limited control flow constructs.

This will consist of a couple of steps:

  • Define small step operational semantics for RustLight based on C2Rust's behavior (analog: CLight.v)
  • Define a translation from Clight to RustLight (analog: cshmgen.v)
  • Prove semantics match (analog: cshmgenproof.v)
  • Write a pretty printer (analog: PrintClight.ml )
  • Type checking ignoring borrow checking: (analog CTyping.v)
  • Add flag to invoke translation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant