kawa.standard

Class let_syntax

public class let_syntax extends Syntax

Implementation of the standard Scheme let-syntax and letrec-syntax forms. Not quite working yet.
Field Summary
static let_syntaxletrec_syntax
static let_syntaxlet_syntax
Constructor Summary
let_syntax(boolean recursive, String name)
Method Summary
Expressionrewrite(Object obj, Translator tr)

Field Detail

letrec_syntax

public static final let_syntax letrec_syntax

let_syntax

public static final let_syntax let_syntax

Constructor Detail

let_syntax

public let_syntax(boolean recursive, String name)

Method Detail

rewrite

public Expression rewrite(Object obj, Translator tr)