tryParseMath

fun String.tryParseMath(): ParseResult<MST>(source)

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

Receiver

the string to parse.

Return

the MST node.