ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
float.cpp File Reference
#include "arch.hpp"
#include "float.hpp"
#include <cstddef>
#include <string>
#include <cctype>
#include <algorithm>
Include dependency graph for float.cpp:

Go to the source code of this file.

Functions

bool isFloat (const std::string &token)
 

Function Documentation

bool isFloat ( const std::string &  token)

Definition at line 41 of file float.cpp.