README --- JevaES: Java EVAluator for Expressions and Statements

JevaES is a source code interpreter for Java expressions and statements.

Most programs will only need to call methods in the JevaES class, e.g., JevaES.parseEvalStringExpression(ExpressionString) or JevaES.parseEvalStringStatement(StatementString) --- see JevaES documentation.

See also the user interface edu.mit.ai.psg.jevaESUI.JevaESUI, at which you can directly type expressions and statements.

Documentation also available for exceptions and errors that may be thrown, interfaces and base class for environments (in case JevaES.extendEnv() is insufficient), and base classes for the the parse Nodes returned by the parse methods. See class hierarchy.

Please read JevaES.copyright.

jeva-bugs@ai.mit.edu