ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
Go to the source code of this file.
Functions | |
bool | isLeftParenthesis (const std::string &token) |
bool | isRightParenthesis (const std::string &token) |
bool isLeftParenthesis | ( | const std::string & | token | ) |
Definition at line 5 of file parenthesis.hpp.
bool isRightParenthesis | ( | const std::string & | token | ) |
Definition at line 6 of file parenthesis.hpp.