diff options
| author | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 11:20:59 +0300 |
|---|---|---|
| committer | jantuomi <jans.tuomi@gmail.com> | 2016-09-01 11:20:59 +0300 |
| commit | 50bafbdd68160d00606a4e83d9759c21223c11f8 (patch) | |
| tree | 66c58cfb012dc0b7d222a03e8c55507b75e9af1f /runtime.cpp | |
| parent | be011366f249b8ebed3905030ce3b7021597ee34 (diff) | |
Restructure project
Diffstat (limited to 'runtime.cpp')
| -rw-r--r-- | runtime.cpp | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/runtime.cpp b/runtime.cpp deleted file mode 100644 index 4edb3e6..0000000 --- a/runtime.cpp +++ /dev/null @@ -1,19 +0,0 @@ -#include "runtime.h" - -Runtime::Runtime() { - -} - -/* Returns false if token is not a command */ -bool Runtime::runCommand(const Token& token) { - // TODO - return false; -} - -void Runtime::run(std::vector<Token>& tokens) { - for (auto& token : tokens) { - if (!runCommand(token)) { - - } - } -} |
