rlgamekit.interpreter
Class InterpreterDemo

java.lang.Object
  extended by rlgamekit.interpreter.InterpreterDemo

public class InterpreterDemo
extends java.lang.Object

Demonstrator for the interpreter framework.

See Also:
Interpreter, Functions

Constructor Summary
InterpreterDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
          Runs a simple script through the interpreter.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InterpreterDemo

public InterpreterDemo()
Method Detail

main

public static void main(java.lang.String[] args)
Runs a simple script through the interpreter. Script would most likely be loaded from disk in a real environment.

Parameters:
args - Unused.