cprover
interpreter.h File Reference

Interpreter for GOTO Programs. More...

#include "goto_functions.h"
Include dependency graph for interpreter.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

void interpreter (const symbol_tablet &symbol_table, const goto_functionst &goto_functions)
 

Detailed Description

Interpreter for GOTO Programs.

Definition in file interpreter.h.

Function Documentation

◆ interpreter()

void interpreter ( const symbol_tablet symbol_table,
const goto_functionst goto_functions 
)

Definition at line 463 of file interpreter.cpp.

References interpreter().

Referenced by goto_instrument_parse_optionst::doit(), and interpreter().