#include "../sexpress/sstring.hpp"
#include "schcont.hpp"
#include "scheme.hpp"
Include dependency graph for scheme.cpp:
Go to the source code of this file.
Variables | |
SReference * | PTheSchemeSymbolQuote = &JustAnUnboundReferenceObject |
Pointer to the QUOTE symbol. | |
SReference * | PTheSchemeBooleanTrue = &JustAnUnboundReferenceObject |
Pointer to the T object. | |
SReference * | PTheSchemeBooleanFalse = &JustAnUnboundReferenceObject |
Pointer to the #F object. |
|
Pointer to the QUOTE symbol.
Definition at line 101 of file scheme.cpp. Referenced by SchReference::operator~(), SchSymbolQuote::SchSymbolQuote(), and SchReference::TextRepresentation(). |
|
Pointer to the T object.
Definition at line 102 of file scheme.cpp. Referenced by SchemeReader::SchemeReader(), and SchLabelTrue::SchLabelTrue(). |
|
Pointer to the #F object.
Definition at line 103 of file scheme.cpp. Referenced by SchReference::IsTrue(), SchemeContinuation::SchemeContinuation(), SchemeReader::SchemeReader(), and SchLabelFalse::SchLabelFalse(). |