Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <expression.h>
Public Member Functions | |
Identifier (const string &n) | |
virtual Number | eval (const SymbolTable &, const FunctionTable &) const |
Public Member Functions inherited from Expression | |
virtual | ~Expression () |
Additional Inherited Members | |
Protected Member Functions inherited from Expression | |
Expression () | |
Definition at line 38 of file expression.h.
|
inline |
Definition at line 40 of file expression.h.
|
virtual |