From c4cae690deddcb8a7fc6a537816e832525ca0e86 Mon Sep 17 00:00:00 2001 From: Jan Tuomi Date: Wed, 31 Aug 2016 20:05:10 +0000 Subject: Develop runtime --- runtime.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'runtime.h') diff --git a/runtime.h b/runtime.h index f1b050d..cdecd84 100644 --- a/runtime.h +++ b/runtime.h @@ -1,10 +1,13 @@ #pragma once #include "value.h" #include +#include "token.h" class Runtime { private: std::vector m_values; + bool runCommand(const Token& token); + public: Runtime(); void run(std::vector& tokens); -- cgit v1.3