From d0f02c28c69b1ce7696670a09835cc7cc173bd03 Mon Sep 17 00:00:00 2001 From: Lefteris Karapetsas Date: Mon, 5 Jan 2015 15:46:40 +0100 Subject: Preparing the ground for AST outputing to JSON --- CommandLineInterface.h | 1 + 1 file changed, 1 insertion(+) (limited to 'CommandLineInterface.h') 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); -- cgit v1.2.3