tryParseMath
Tries to parse the string into MST using ArithmeticsEvaluator. Returns ParseResult representing expression or error.
Receiver
the string to parse.
Return
the MST node.
Tries to parse the string into MST using ArithmeticsEvaluator. Returns ParseResult representing expression or error.
the string to parse.
the MST node.