jfun.jaskell.shell
Class Shell

java.lang.Object
  extended by jfun.jaskell.shell.Shell

public final class Shell
extends java.lang.Object

Runs a jaskell source file, or evaluates jaskell expressions interactively.

Zephyr Business Solutions Corp.

Author:
Ben Yu

Constructor Summary
Shell()
           
 
Method Summary
static Jaskell getShellRuntime()
          To get the runtime for the shell.
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Shell

public Shell()
Method Detail

main

public static void main(java.lang.String[] args)

getShellRuntime

public static Jaskell getShellRuntime()
To get the runtime for the shell.

Returns:
the shell runtime.