-
#### Expected behavior
The calculator should be able to perform calculating operations within it's limit without any hassle.
#### Actual behavior
When I tried to perform the operation 10^3 three ti…
-
so gammy can do basic arithmetic
if im feeling very adventurous, this can be expanded into a grammar of allowable tokens using antlr or some shit, giving us the capabilities of adding more complex fe…
-
Hi there, found this project by looking for alternative to NCalc. Seems to work for me, but i am finding a very high memory issue with it and i see that performance on this project seems very good ac…
-
Recently I setup a new build server that uses VS 2017 for builds and executes the tests within VS.
Our old build server and all our dev machines all run the tests fine but this one new build server f…
-
-
Upgrade Antlr to latest version of Antlr 3 (or higher).
Currently I know nothing about Antlr, so this is going to take some research.
-
Hi,
I have an expression of the following type:
if(a > 3, MyFunction(34), 45)
The problem is that MyFunction doesn't exist and I would like to know this somehow. Is that possible? If I evaluate t…
-
Hi, i get this exception when using chinese characters in parameters:
string exp = "2 * 参数1";
Expression e = new Expression(exp);
e.Parameters["参数1"] = 5;
var v =…
wapco updated
1 month ago
-
Right now `WeakReference` is used for cache purpose, but it was not a good idea to use it as it's a short-lived and you can't control when it'll be flushed. I think it'll be better to replace it with …
-
I need to know the type of value that the expression returns before doing any calculations. Is this possible if I know the type of each parameter? No, I can't just put default values like zero and eva…