From 2f4c8ad33b64a8ca3145f4e6b6bd85cf89cf1006 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 14:29:59 +0300 Subject: Add functions --- src/runtime.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h index 16c1c28..2a32220 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -9,10 +9,11 @@ class Runtime { void runCommand(const Token& token); void doSum(); + void doPrint() const; + void doPrintAscii() const; public: Runtime(); void initValues(const std::vector& values); void run(std::vector& tokens); - void printValues() const; }; -- cgit v1.3