| AnyPat |
A pattern that matches anything.
|
| BindDecls |
Methods for parsing patterns.
|
| Continuation |
A Continuation "represents an entire (default) future for the computation.
|
| EqualPat |
A pattern that requires an exact match (using equal?).
|
| ListRepeatPat |
|
| Macro |
|
| NamedException |
Used to implement R7RS "error object" as created by the error procedure.
|
| PairPat |
|
| Pattern |
A Pattern is used to match against objects.
|
| PatternScope |
Bindings from a syntax-case/syntax-rules pattern.
|
| Quote |
The Syntax transformer that re-writes the "quote" "quasiquote" primitive.
|
| Syntax |
Abstract class for "syntax" objects.
|
| SyntaxForm |
A "syntactic closure" - a syntax datum with its compilation environment.
|
| SyntaxPattern |
This encodes a pattern from a Scheem syntax-case or syntax-rules.
|
| SyntaxRule |
A rule in an R5RS syntax-template.
|
| SyntaxTemplate |
The translated form of a (syntax template).
|
| TemplateScope |
A scope created when expanding a SyntaxTemplate.
|
| Translator |
Used to translate from source to Expression.
|
| Translator.FormStack |
A list of "forms" to be further processed.
|
| Translator.ScanContext |
|