aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.cpp
diff options
context:
space:
mode:
authorjantuomi <jans.tuomi@gmail.com>2016-09-01 13:24:09 +0300
committerjantuomi <jans.tuomi@gmail.com>2016-09-01 13:24:09 +0300
commit41f1e410b7cc48db4ec0b99d9d2b49d2edb2a315 (patch)
treef551fd722d134c2c82accc9fa80fe739cf6fa82f /src/main.cpp
parent50bafbdd68160d00606a4e83d9759c21223c11f8 (diff)
Implement runtime methods
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main.cpp b/src/main.cpp
index c39e469..53a6540 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -34,6 +34,7 @@ int main(int argc, char** argv) {
parser.printValues(values);
Runtime runtime;
+ runtime.initValues(values);
runtime.run(tokens);
return 0;