Preliminary why3 code output.

This commit is contained in:
chriseth
2015-10-27 00:49:27 +01:00
parent 8fb49d85f9
commit a957322fd7
9 changed files with 730 additions and 44 deletions
+2 -2
View File
@@ -57,9 +57,9 @@ private:
void handleOpcode(std::string const& _contract);
void handleBytecode(std::string const& _contract);
void handleSignatureHashes(std::string const& _contract);
void handleMeta(DocumentationType _type,
std::string const& _contract);
void handleMeta(DocumentationType _type, std::string const& _contract);
void handleGasEstimation(std::string const& _contract);
void handleFormal();
/// Tries to read from the file @a _input or interprets _input literally if that fails.
/// It then tries to parse the contents and appends to m_libraries.