Kryptostack
Functions
error.cpp File Reference

Implementation of error definitionen und functions. More...

#include <string>
#include <map>
#include <cstdlib>
#include "error.h"
#include "interpreter.h"
+ Include dependency graph for error.cpp:

Functions

void opErrExit (OpError p_err, const std::string &p_details, const std::source_location p_location)
 Operator error message to interpreter cout_ and exit(1).
 
void inErrExit (InError p_err, const std::string &p_details, const std::source_location p_location)
 Interpreter error message to interpreter cout_ and exit(1).
 

Detailed Description

Implementation of error definitionen und functions.