Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
R
Refinedrust Dev
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lennard Gäher
Refinedrust Dev
Commits
30f3d2c2
Commit
30f3d2c2
authored
1 year ago
by
Lennard Gäher
Browse files
Options
Downloads
Patches
Plain Diff
fix readme
parent
51c96626
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+2
-3
2 additions, 3 deletions
README.md
with
2 additions
and
3 deletions
README.md
+
2
−
3
View file @
30f3d2c2
# RefinedRust verification framework
# RefinedRust verification framework
This repository contains a public mirror of the RefinedRust development version.
This repository contains a public mirror of the RefinedRust development version.
Currently, this does include the Coq source code of the type system. We will publish the implementation of the type system soon.
## Structure
## Structure
The Coq implementation of RefinedRust can be found in the
`theories`
subfolder.
The Coq implementation of RefinedRust can be found in the
`theories`
subfolder.
...
@@ -38,7 +37,7 @@ opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
...
@@ -38,7 +37,7 @@ opam repo add iris-dev https://gitlab.mpi-sws.org/iris/opam.git
2.
Install the necessary dependencies:
2.
Install the necessary dependencies:
```
```
opam pin add coq 8.17.0
opam pin add coq 8.17.0
opam pin add coq-lambda-rust.dev https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git
opam pin add coq-lambda-rust.dev https://gitlab.mpi-sws.org/lgaeher/lambda-rust.git
#rr
make builddep
make builddep
```
```
3.
Build the project
3.
Build the project
...
@@ -64,7 +63,7 @@ For example:
...
@@ -64,7 +63,7 @@ For example:
```
```
./refinedrust run -- examples/paper.rs
./refinedrust run -- examples/paper.rs
```
```
This will create a new directory called
`
section2
`
in the
`output`
folder.
This will create a new directory called
`
paper
`
in the
`output`
folder.
To then compile the generated Coq code, switch to
`output/paper`
and run
`dune build`
.
To then compile the generated Coq code, switch to
`output/paper`
and run
`dune build`
.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment