lambda
Class Lambda
Object
Lambda
public class Lambda
- extends Object
Lambda calculus. With thanks to Andreas Borchert.
|
Method Summary |
static void |
main(String... args)
interpret standard input. |
| Methods inherited from class Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
parserResource
protected static final String parserResource
- serialized parser.
- See Also:
- Constant Field Values
Lambda
public Lambda()
main
public static void main(String... args)
throws Exception
- interpret standard input.
- Throws:
Exception