macaw/symbolic
Iavor Diatchki 89529ed7e3 Be more lenient when interpreting bogus expressions.
Previously we were asserting that some bogus-y things don't happen.
Unfortunately, these expressions can occur in code that was not
directly written by the user (e.g., comparisons for setting various
machine flags).   To allow for that, we allow the expressions, but
give them undefined values.  So the proof will succeed only if it
does not depend on the values of these bogus comparisons.
2018-03-07 10:22:46 -08:00
..
src/Data/Macaw Be more lenient when interpreting bogus expressions. 2018-03-07 10:22:46 -08:00
LICENSE Update license information. 2017-09-27 15:59:06 -07:00
macaw-symbolic.cabal Cleanup pointer manipulation operations. 2018-02-09 11:41:39 -08:00