ht's Scheme Interpreter  1.0
a simplified scheme interpreter implementation
string.hpp
Go to the documentation of this file.
1 #ifndef __SCHEME_TYPES_STRING
2 #define __SCHEME_TYPES_STRING
3 #include "arch.hpp"
4 #include <string>
5 typedef std::string StringType;
6 #endif
std::string StringType
Definition: string.hpp:5