Package kawa.standard

Class let_syntax

java.lang.Object
kawa.lang.Syntax
kawa.standard.let_syntax
All Implemented Interfaces:
gnu.kawa.format.Printable, Named

public class let_syntax extends Syntax
Implementation of the standard Scheme let-syntax and letrec-syntax forms. Not quite working yet.
  • Field Details

    • let_syntax

      public static final let_syntax let_syntax
    • letrec_syntax

      public static final let_syntax letrec_syntax
  • Constructor Details

    • let_syntax

      public let_syntax(boolean recursive, String name)
  • Method Details

    • rewrite

      public Expression rewrite(Object obj, Translator tr)
      Description copied from class: Syntax
      Re-write an expression that is an "application" of this Syntax object.
      Overrides:
      rewrite in class Syntax
      Parameters:
      obj - the arguments to this "application" (i.e. the cdr of the macro/builtin invocation)
      tr - the Translator that provides context
      Returns:
      the re-written expression