ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
Go to the source code of this file.
Functions | |
bool | isOpPlus (const std::string &token) |
bool | isOpMinus (const std::string &token) |
bool | isOpMultiply (const std::string &token) |
bool | isOpDevide (const std::string &token) |