Class | Description |
---|---|
BracketApply |
Expand
$bracket-apply$ macro. |
ClassNamespace | |
DefineNamespace | |
LangObjType |
A wrapper around a class type.
|
LangPrimType |
Use to implement some special types that convert differently.
|
LispLanguage |
Language sub-class for Lisp-like languages (including Scheme).
|
LispPackage |
Implement a Common Lisp "package" value.
|
LispReader |
A Lexer for reading S-expressions in generic Lisp-like syntax.
|
MakeXmlElement |
A Syntax transformer for a XML constructor.
|
ReaderColon | |
ReaderConstituent | |
ReaderDispatch | |
ReaderDispatchMacro |
Wrapper for user-supplied reader dispatch macro procedure.
|
ReaderDispatchMisc | |
ReaderDispatchSyntaxQuote |
Handle special Scheme forms
#` , #' , and #, . |
ReaderExtendedLiteral | |
ReaderIgnoreRestOfLine | |
ReaderMacro |
Wrapper for user-supplied reader macro procedure.
|
ReaderMisc | |
ReaderParens | |
ReaderQuote | |
ReaderString | |
ReaderTypespec |
Reader table entry for '<' to treat '[' and ']' as constituents.
|
ReaderVector | |
ReaderXmlElement | |
ReadTable | |
ReadTableEntry | |
ResolveNamespace |