Package dk.jonaslindstrom.arithmeticparser


package dk.jonaslindstrom.arithmeticparser
  • Class
    Description
     
    Evaluator<NumberT>
    This class can evaluate expressions parsed to reverse polish notation using the Parser class.
     
     
    Parser<NumberT>
    This class parses arithmetic expressions into reverse polish notation which makes them easy to evaluate.
    Instances of this class represents a token in an arithmetic expression.