SimplifyParentheses
class SimplifyParentheses(val precedenceFunction: (MathSyntax) -> Int) : FeaturedMathRendererWithPostProcess.PostProcessPhase(source)
Removes unnecessary parentheses from OperandSyntax.
Author
Iaroslav Postovalov
Functions
Link copied to clipboard
Performs the specified action over MathSyntax.