ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
Main Page
Related Pages
Classes
Files
File List
File Members
float.hpp
Go to the documentation of this file.
1
#
ifndef
__SCHEME_TYPES_FLOAT
2
#
define
__SCHEME_TYPES_FLOAT
3
#
include
"arch.hpp"
4
#
include
<
string
>
5
typedef
double
FloatType
;
6
bool
isFloat
(
const
std::string& token);
7
ExtraInfo
getFloatExtraInfo
(
const
std::string& token);
8
#
endif
ExtraInfo
Definition:
all.hpp:23
getFloatExtraInfo
ExtraInfo getFloatExtraInfo(const std::string &token)
isFloat
bool isFloat(const std::string &token)
Definition:
float.cpp:41
FloatType
double FloatType
Definition:
float.hpp:5
types
float.hpp
Generated by
1.8.9.1