|
ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
#include <string>#include <cstddef>

Go to the source code of this file.
Functions | |
| bool | notSpecialChar (const std::string &s, size_t pos) |
| bool | isChar (const std::string &s, size_t pos, char c) |
| std::string | char2Str (char c) |
| int | char2int (char c) |
|
inline |
Definition at line 8 of file strutility.hpp.
|
inline |
Definition at line 7 of file strutility.hpp.
|
inline |
Definition at line 6 of file strutility.hpp.
|
inline |
Definition at line 5 of file strutility.hpp.