SimplifyParentheses
class SimplifyParentheses(precedenceFunction: (MathSyntax) -> Int) : FeaturedMathRendererWithPostProcess.PostProcessPhase
Content copied to clipboard
Removes unnecessary parentheses from OperandSyntax.
Author
Iaroslav Postovalov
Constructors
SimplifyParentheses
Link copied to clipboard
Types
Functions
perform
Link copied to clipboard
Properties
precedenceFunction
Link copied to clipboard
Sources
common source
Link copied to clipboard