tryParseMath

fun String.tryParseMath(): ParseResult<MST>

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

Return

the MST node.

Sources

common source
Link copied to clipboard