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.


Nested Class Summary
(package private)  class IScriptInterpreter.IScriptLispInterpreter
           
 
Field Summary
(package private)  IScriptInterpreter.IScriptLispInterpreter lisp
           
(package private)  IScriptParser parser
           
 
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
 

Field Detail

parser

IScriptParser parser

lisp

IScriptInterpreter.IScriptLispInterpreter lisp
Constructor Detail

IScriptInterpreter

public IScriptInterpreter()
Method Detail

main

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

topLevelEval

public java.lang.Object topLevelEval(Expression e)