ix.iscript
Class IScriptInterpreter

java.lang.Object
  extended by ix.iscript.IScriptInterpreter

public class IScriptInterpreter
extends java.lang.Object

An interpreter for the I-Script language.


Constructor Summary
IScriptInterpreter()
           
 
Method Summary
static void main(java.lang.String[] argv)
           
 java.lang.Object topLevelEval(Expression e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IScriptInterpreter

public IScriptInterpreter()
Method Detail

main

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

topLevelEval

public java.lang.Object topLevelEval(Expression e)