ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
#include "arch.hpp"
#include "float.hpp"
#include <cstddef>
#include <string>
#include <cctype>
#include <algorithm>
Go to the source code of this file.
Functions | |
bool | isFloat (const std::string &token) |