mirror of
https://github.com/GaloisInc/macaw.git
synced 2024-11-27 12:52:52 +03:00
073e774a43
This introduces a new datatype CValue for representing constants in Macaw programs, modifies the existing Value datatype to use then, and introduces patterns for compatibility with existing datatypes. The patch also updates the function argument analysis to use more explicit argument passing rather than monadic updates. The intent is to help clarify when data is initialized rather than updated. Finally this updates a README and does some minor updates. |
||
---|---|---|
.. | ||
src/Data/Macaw | ||
support | ||
tests | ||
x86_tests | ||
.gitignore | ||
LICENSE | ||
macaw-x86.cabal |