Package org.matheclipse.parser.client

Provides the parser and scanner implementation.

  • Class Summary
    Class Description
    Parser
    Create an expression of the ASTNode class-hierarchy from a math formulas string representation See Operator -precedence parser for the idea, how to parse the operators depending on their precedence.
    Scanner
    The Class Scanner.
  • Exception Summary
    Exception Description
    SyntaxError
    Exception for a syntax error detected by the MathEclipse parser.