cprover
interpreter.h
Go to the documentation of this file.
1
/*******************************************************************\
2
3
Module: Interpreter for GOTO Programs
4
5
Author: Daniel Kroening, kroening@kroening.com
6
7
\*******************************************************************/
8
11
12
#ifndef CPROVER_GOTO_PROGRAMS_INTERPRETER_H
13
#define CPROVER_GOTO_PROGRAMS_INTERPRETER_H
14
15
#include "
goto_functions.h
"
16
17
void
interpreter
(
18
const
symbol_tablet
&symbol_table,
19
const
goto_functionst
&goto_functions);
20
21
#endif // CPROVER_GOTO_PROGRAMS_INTERPRETER_H
goto_functions.h
Goto Programs with Functions.
interpreter
void interpreter(const symbol_tablet &symbol_table, const goto_functionst &goto_functions)
Definition:
interpreter.cpp:463
symbol_tablet
The symbol table.
Definition:
symbol_table.h:52
goto_functionst
Definition:
goto_functions.h:20
goto-programs
interpreter.h
Generated by
1.8.12