NormalizeExpression - nonkit/SmallWikiPad GitHub Wiki

NormalizeExpression

Write expression like

a = b * (c + d)

One space is inserted before and after an operation. And there are no space after ( and before ).

Exception