tryParseMath

fun String.tryParseMath(): ParseResult<MST>

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

Receiver

the string to parse.

Return

the MST node.

Sources

Link copied to clipboard