Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasAlaif committed Jan 9, 2024
1 parent 6c79500 commit 57d61d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# RusSOL

This is the implementation of the tool described in the paper [Leveraging Rust Types for Program Synthesis](https://dl.acm.org/doi/abs/10.1145/3591278).

For setup and use, follow the steps that the [CI](https://github.com/JonasAlaif/russol-alpha/blob/main/.github/workflows/ci.yml) takes. Execute with `cargo run /path/to/file.rs`.

Test files can be found [here](https://github.com/JonasAlaif/russol-alpha/tree/main/ruslic/tests), the ones under `synth` work (tested with CI), there are also some under `unsupported` due to known limitations of the search.

0 comments on commit 57d61d1

Please sign in to comment.