CBMC
|
Interpreter for GOTO Programs. More...
#include "interpreter.h"
#include "interpreter_class.h"
#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 "goto_model.h"
#include "json_goto_trace.h"
#include <algorithm>
#include <cctype>
#include <climits>
#include <cstdio>
#include <fstream>
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 1062 of file interpreter.cpp.