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 | Class and Description |
---|---|
class |
EvaluateError
Error exception class for the interpreter.
|
class |
SyntaxError
Syntax error exception class for the interpreter.
|