string-math
string-math copied to clipboard
Implicit multiplication not working
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)...
Hi, implicit operators are not supported.
It would be great if it could be added. thanks