Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 🐓

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`