From 41f1e410b7cc48db4ec0b99d9d2b49d2edb2a315 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 13:24:09 +0300 Subject: Implement runtime methods --- src/runtime.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/runtime.h') diff --git a/src/runtime.h b/src/runtime.h index 3572391..af8351f 100644 --- a/src/runtime.h +++ b/src/runtime.h @@ -10,5 +10,6 @@ class Runtime { public: Runtime(); + void initValues(const std::vector& values); void run(std::vector& tokens); }; -- cgit v1.3