BracoZS
Results
1
issues of
BracoZS
Trying to do implicit multiplication like `var result = "4(4)".Eval()` or `"(8)(8)".Eval()` gives me this error: StringMath.MathException: Unexpected token `(` at position 4. Expected [EOC] at StringMath.Parser.Match(TokenType tokenType)...