Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <statement.h>
Public Member Functions | |
~StatementList () | |
void | eval (SymbolTable &, FunctionTable &) const |
void | add (Statement *) |
Definition at line 45 of file statement.h.
StatementList::~StatementList | ( | ) |
Definition at line 93 of file statement.cpp.
void StatementList::add | ( | Statement * | stmt | ) |
Definition at line 99 of file statement.cpp.
void StatementList::eval | ( | SymbolTable & | st, |
FunctionTable & | ft | ||
) | const |
Definition at line 103 of file statement.cpp.