|
Piethon
1.0
A Python-like interpreter using flex and bison.
|
#include <expression.h>


Public Member Functions | |
| Constant (const Number &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 27 of file expression.h.
|
inline |
Definition at line 29 of file expression.h.
|
virtual |
1.8.13