|
ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
#include <all.hpp>

Public Attributes | |
| RationalType * | rational |
| FloatType * | flt |
| StringType * | str |
| BooleanType * | boolean |
| BooleanType* ExtraInfo::boolean |
| RationalType* ExtraInfo::rational |
| StringType* ExtraInfo::str |