|
cprover
|
Interpreter for GOTO Programs. More...
#include "interpreter.h"#include <cctype>#include <cstdio>#include <iostream>#include <fstream>#include <algorithm>#include <cstring>#include <util/fixedbv.h>#include <util/ieee_float.h>#include <util/invariant.h>#include <util/message.h>#include <util/std_expr.h>#include <util/std_types.h>#include <util/string2int.h>#include <util/string_container.h>#include <util/symbol_table.h>#include <json/json_parser.h>#include "interpreter_class.h"#include "json_goto_trace.h"#include "remove_returns.h"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 |
Referenced by interpretert::command().
| void interpreter | ( | const goto_modelt & | goto_model, |
| message_handlert & | message_handler | ||
| ) |
Definition at line 1090 of file interpreter.cpp.
References goto_modelt::goto_functions, interpreter(), message_handler, and goto_modelt::symbol_table.
Referenced by goto_instrument_parse_optionst::doit(), and interpreter().