#include "context.h" #include void Context::error(std::string_view msg) { std::cout << "Error! " << msg << std::endl; }