diff options
author | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-05 22:46:40 +0800 |
---|---|---|
committer | Lefteris Karapetsas <lefteris@refu.co> | 2015-01-15 23:56:40 +0800 |
commit | d0f02c28c69b1ce7696670a09835cc7cc173bd03 (patch) | |
tree | adaf17bbb0345abe47448ef10635fc8f5eac5861 /CommandLineInterface.h | |
parent | 245fba5055776885501ad46827ad680651248823 (diff) | |
download | dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.gz dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.bz2 dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.lz dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.xz dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.tar.zst dexon-solidity-d0f02c28c69b1ce7696670a09835cc7cc173bd03.zip |
Preparing the ground for AST outputing to JSON
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 9dfee719..2862773b 100644 --- a/CommandLineInterface.h +++ b/CommandLineInterface.h @@ -53,6 +53,7 @@ public: void actOnInput(); private: + void handleAst(std::string const& _argStr); void handleBinary(std::string const& _contract); void handleOpcode(std::string const& _contract); void handleBytecode(std::string const& _contract); |