ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
float.hpp File Reference
#include "arch.hpp"
#include <string>
Include dependency graph for float.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Typedefs

typedef double FloatType
 

Functions

bool isFloat (const std::string &token)
 
ExtraInfo getFloatExtraInfo (const std::string &token)
 

Typedef Documentation

typedef double FloatType

Definition at line 5 of file float.hpp.

Function Documentation

ExtraInfo getFloatExtraInfo ( const std::string &  token)
bool isFloat ( const std::string &  token)

Definition at line 41 of file float.cpp.