expression-evaluation
Delphi Prism: Replacement for TMathparser class for evaluating complex expressions?
In Delphi, I use a component called TMathparser to evaluate an 开发者_开发技巧expression to get an answer. I am trying to get it to work in Delphi Prism and it is not working out too well. In fact, th[详细]
2023-04-06 16:34 分类:问答ANTLR : expression evaluator, division and pow
I\'m trying to write a grammar to evaluate expressions. I\'ve started with the given example on the ANTLR website (it manage +,- and *).[详细]
2023-04-06 05:36 分类:问答Building a boolean function from a string description
I have a large database of boolean values and want to build a framework for easily running queries over all of the values.To do this, I\'d like to write a function that, given a string representation[详细]
2023-04-01 09:10 分类:问答c++, evaluating expressions with multiple `&&`s and no operator of lower precedence
If an expression evaluates multiple && operators, and 开发者_如何学Cdoes not evaluate any operators of lower precedence (eg. ||, ?:), will the expression evaluate to 0 as soon as one of the &a[详细]
2023-03-31 08:07 分类:问答Evaluating List<String> as a mathematical expression
I have a List<String> that is full of values and operators. [\"123\", \"+\", \"(\", \"890\", \"-\", \"15.00\", \")\"][详细]
2023-03-29 00:44 分类:问答Defining constants and operators in Irony
I\'m new to Irony and the whole language implementation shebang, so I\'ve been playing around with the ExpressionEvaluator sample that comes with the Irony source, which seems to (almost) suit my need[详细]
2023-03-25 19:24 分类:问答Scheme: Proper application of the eval function?
at work I encountered a basic problem when trying to implement a configuration script with Scheme. To avoid the need of inventing an artificial and restricted language the script should contain actual[详细]
2023-02-28 13:45 分类:问答Is IronRuby ScriptSource.Execute thread safe?
We are i开发者_开发问答mplemented expression evaluator via hosting IronRuby engine. Simplified version of evaluator you can see here.[详细]
2022-12-15 02:06 分类:问答Need guidance towards evaluative boolean logic tree
I can\'t seem to find a pointer in the right direction, I am not even sure what the terms are that I should be researching but countless hours of googling seem to be spinning me in circles, so hopeful[详细]
2022-12-13 04:30 分类:问答