mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Preliminary why3 code output.
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user