Package | Description |
---|---|
g2d.jlambda |
This package contains a Scheme-like CPS (continuation passing style) interpreter for JLambda,
the programmer's manual for the JLambda language can be downloaded from here:
[pdf].
|
Modifier and Type | Method and Description |
---|---|
PrettyPrinter |
PrettyPrinter.append(char c) |
PrettyPrinter |
PrettyPrinter.append(int n) |
PrettyPrinter |
PrettyPrinter.append(java.lang.Object o) |
PrettyPrinter |
PrettyPrinter.append(java.lang.String s) |
PrettyPrinter |
PrettyPrinter.cr() |
PrettyPrinter |
PrettyPrinter.pad(int n) |