-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* add crate * introduce runner trait and merge parser and sem errors * verifier ast * docs * fix enum access * translate literals to z3 primitives * transform basic operations and literals * rename module * add math model concept * [untested] transdorm expressions to Z3 AST * test expression translation * delete project files * partially resolve models * optimise ast lifetimes * [untested] resolve declarations * simplify context passing and lifetimes * [untested] check individual blocks * [tested] improve constraint generation respecting co-dependent structs * cleanup * parse params object to transformer * cleanup * add `verify` command and support nested errors * apply addition on strings * fix test * clippy suggestions * small cleanup * [tested] verify consistency in linked blocks * add changelog * refine the test * add docs * update examples and add CI test
- Loading branch information
Showing
39 changed files
with
2,713 additions
and
462 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -308,5 +308,6 @@ Cargo.lock | |
.DS_Store | ||
|
||
reports/ecsproject.pdf | ||
.vscode | ||
|
||
/auto |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Oops, something went wrong.