Example: `Text="{x:Bind Calculate(1 / 3)}"` Other operators (+, -, *) work correctly. the error is `"')' or ',' expected."` maybe relative to **https://github.com/levitali/CompiledBindings/blob/9c9f2c9de15eddd3f51755bd9dda211027fec4ef/source/CompiledBindings.Core/Expressions/ExpressionParser.cs#L1106**
Example:
Text="{x:Bind Calculate(1 / 3)}"Other operators (+, -, *) work correctly.
the error is
"')' or ',' expected."maybe relative to
CompiledBindings/source/CompiledBindings.Core/Expressions/ExpressionParser.cs
Line 1106 in 9c9f2c9