math.infix.core

base-env

operator-alias

operator-precedence

resolve-alias

added in 3.0

(resolve-alias term)

Attempt to resolve any aliases: if not found just return the original term

rewrite

added in 3.0

(rewrite infix-expr)

Recursively rewrites the infix-expr as a prefix expression, according to the operator precedence rules