a4c51d7062
This commit updates to the changes in language-sally 0.2.1.0. In particular, queries now receive a state they can use. This commit also updates the test suite (which is not actually testing anything but running the translation on examples), to account for all recent changes. This commit also removes some code that has made obsolete by the same recent changes: we no longer need to generate accessors as we receive a What4.SymStruct that we can reach into using What4.structField. |
||
---|---|---|
.github/workflows | ||
dependencies | ||
what4 | ||
what4-abc | ||
what4-blt | ||
what4-transition-system | ||
.gitignore | ||
.gitmodules | ||
.hlint.yaml | ||
cabal.project | ||
README.md |
What4 is a library for representing symbolic terms and communicating with satisfiability and SMT solvers (e.g. Yices and Z3).
It was originally a part of the Crucible project, but has found use cases that are independent of its original purpose as the representation language for the Crucible symbolic simulator, and has thus been split out into a separate repository.
For an overview of What4 and how to use it, please see the package-level README.
This material is based upon work supported by the Defense Advanced Research Projects Agency (DARPA) under Contract No. HR0011-19-C-0070. The views, opinions, and/or findings expressed are those of the author(s) and should not be interpreted as representing the official views or policies of the Department of Defense or the U.S. Government.