diff options
author | chriseth <c@ethdev.com> | 2015-04-23 20:40:42 +0800 |
---|---|---|
committer | chriseth <c@ethdev.com> | 2015-04-23 20:40:42 +0800 |
commit | ec01bfa074a42bae927b4d7d554f33d04213140d (patch) | |
tree | 44ff63aadce5d8c07fccd49cb6adfa40a2922968 /CommandLineInterface.h | |
parent | 61c7f29b46f0fc417d6cd90d15ef998e7482e6ab (diff) | |
download | dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.gz dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.bz2 dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.lz dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.xz dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.tar.zst dexon-solidity-ec01bfa074a42bae927b4d7d554f33d04213140d.zip |
json output for the commandline compiler.
Diffstat (limited to 'CommandLineInterface.h')
-rw-r--r-- | CommandLineInterface.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CommandLineInterface.h b/CommandLineInterface.h index 79029f9d..459f17d3 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -53,6 +53,7 @@ public: void actOnInput(); private: + void handleCombinedJSON(); void handleAst(std::string const& _argStr); void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); |