|
CBMC
|
#include "interpreter.h"#include <cctype>#include <cstdio>#include <fstream>#include <algorithm>#include <util/c_types.h>#include <util/fixedbv.h>#include <util/ieee_float.h>#include <util/invariant.h>#include <util/mathematical_types.h>#include <util/message.h>#include <util/pointer_expr.h>#include <util/std_code.h>#include <util/std_expr.h>#include <util/string2int.h>#include <util/string_container.h>#include <util/symbol_table.h>#include "goto_model.h"#include "interpreter_class.h"#include "json_goto_trace.h"
Include dependency graph for interpreter.cpp:Go to the source code of this file.
Macros | |
| #define | BUFSIZE 100 |
Functions | |
| void | interpreter (const goto_modelt &goto_model, message_handlert &message_handler) |
Interpreter for GOTO Programs
Definition in file interpreter.cpp.
| #define BUFSIZE 100 |
| void interpreter | ( | const goto_modelt & | goto_model, |
| message_handlert & | message_handler | ||
| ) |
Definition at line 1066 of file interpreter.cpp.