#include "runtime.h" Runtime::Runtime() { } void Runtime::run(std::vector& tokens) { for (auto& token : tokens) { } }