Package hussam.math.operations.parser

Interface Summary
OperationReaderA machine that reads expressions and converts them to Operations.
OperationsParserThis is used by an OperationReader to read expressions.
 

Class Summary
ExpressionReaderan Abstract class, This class is used to refference the most advanced OperationReader.
MyParserThe default implementation for the OperationsParser interface.
SmartExpressionReaderThis class is Version 5 of all previously created readers.