Skip to content

Concurrent-C to Rust Automatic Translator

License

Notifications You must be signed in to change notification settings

kaist-plrg/concrat

Repository files navigation

Concrat

Concurrent-C to Rust Automatic Translator

git clone https:/kaist-plrg/concrat
cd concrat
rustup component add rust-src rustc-dev llvm-tools-preview
cargo build --release
cargo build --manifest-path deps_crate/Cargo.toml
cargo test --release --lib
./test_dataflow.sh
./test_examples.sh
./test_bench.sh