ht's Scheme Interpreter
1.0
a simplified scheme interpreter implementation
|
#include <cstddef>
#include <string>
#include <stdexcept>
Go to the source code of this file.
Typedefs | |
typedef bool(* | CheckerFuncType) (const std::string &) |
typedef ExtraInfo(* | ExtraInfoFunc) (const std::string &) |
Functions | |
ExtraInfo | getnullExtraInfo (const std::string s) |
ExtraInfo getnullExtraInfo | ( | const std::string | s | ) |