Package com.singularsys.jepexamples.consoles
package com.singularsys.jepexamples.consoles
Examples that allow console interaction with the Jep parsers using a command line interface.
The Console class provides a framework for implementing interactive applications and applets.
It also serves as an interactive command line for the standard configuration of Jep. CPConsole
is an interactive command line for the standard configurable parser.
-
ClassDescriptionA console using
BigDecimalfor calculations.This class implements a simple command line utility for evaluating mathematical expressions.Values returned byConsole.testSpecialCommands(String command).A console that uses theStandardConfigurableParser.A console using thePostfixEvaluatorto evaluate expressions.A console application which dumps the tree representing an equation and statistics about the tree.A console which prints the equation before evaluating it.A console which illustrates a different syntax for vectors using mathematical (1,2,3) notation. the tokenizer