From 50bafbdd68160d00606a4e83d9759c21223c11f8 Mon Sep 17 00:00:00 2001 From: jantuomi Date: Thu, 1 Sep 2016 11:20:59 +0300 Subject: Restructure project --- runtime.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 runtime.h (limited to 'runtime.h') diff --git a/runtime.h b/runtime.h deleted file mode 100644 index 3572391..0000000 --- a/runtime.h +++ /dev/null @@ -1,14 +0,0 @@ -#pragma once -#include -#include -#include "token.h" - -class Runtime { - private: - std::stack m_values; - bool runCommand(const Token& token); - - public: - Runtime(); - void run(std::vector& tokens); -}; -- cgit v1.3