Package kawa.standard
Class let_syntax
java.lang.Object
kawa.lang.Syntax
kawa.standard.let_syntax
- All Implemented Interfaces:
gnu.kawa.format.Printable
,Named
Implementation of the standard Scheme let-syntax and letrec-syntax forms.
Not quite working yet.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrewrite
(Object obj, Translator tr) Re-write an expression that is an "application" of this Syntax object.Methods inherited from class kawa.lang.Syntax
getName, getSymbol, print, rewriteForm, scanForDefinitions, scanForm, setName, setName
-
Field Details
-
let_syntax
-
letrec_syntax
-
-
Constructor Details
-
let_syntax
-
-
Method Details
-
rewrite
Description copied from class:Syntax
Re-write an expression that is an "application" of this Syntax object.
-