Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/formal-land/coq-of-llbc
Translate Rust 🦀 LLBC code (generated by https://github.com/AeneasVerif/charon) to Coq 🐓
https://github.com/formal-land/coq-of-llbc
coq rust
Last synced: 3 months ago
JSON representation
Translate Rust 🦀 LLBC code (generated by https://github.com/AeneasVerif/charon) to Coq 🐓
- Host: GitHub
- URL: https://github.com/formal-land/coq-of-llbc
- Owner: formal-land
- Created: 2023-01-11T23:21:13.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2023-02-09T07:18:11.000Z (almost 2 years ago)
- Last Synced: 2024-09-30T20:41:33.051Z (4 months ago)
- Topics: coq, rust
- Language: OCaml
- Homepage: https://formal.land/docs/verification/rust
- Size: 55.7 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Translation of LLBC into Coq
### Building and executing
1) To define [charon](https://github.com/AeneasVerif/charon) as a [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules): `git submodule update --init`
2) To build: `dune build`
3) To run with LLBC file `file.LLBC`: `dune exec bin/main.exe file.LLBC`