parse Expression With
Parses an arithmetic expression from the given string and declared variables.
Any unknown alphanumeric token that is not a number, an element or a declared variable is considered illegal.
Return
the parsed KthExpression
Parameters
expr
the arithmetic expression to parse
declared Vars
the declared vars that can be used in the expression
See also
Parses an arithmetic expression from the receiving string and given declared variables.
Any unknown alphanumeric token that is not a number, an element or a declared variable is considered illegal.
Return
the parsed KthExpression
Parameters
declared Vars
the declared vars that can be used in the expression