Skip to content

Commit

Permalink
Review fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Virgil Serbanuta authored and Virgil Serbanuta committed Aug 22, 2024
1 parent 15f7678 commit 1533a6d
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@ Building the semantics: `make build`

Running tests: `make tests`

Parsing a Rust file:
```sh
kast --definition .build/rust-kompiled my-file.rs --sort Crate
```

Preprocessing a Rust file:
```sh
krun \
my-file.rs \
--definition .build/rust-kompiled \
--output kore \
--output-file my-file.kore
```

MultiversX (MX) contracts
-------------------------

Expand Down

0 comments on commit 1533a6d

Please sign in to comment.