We are looking for an expression evaluation framework where we can provide input as boolean conditions like this
(MyData1 = 'A') AND (MyData2 = 'B' OR MyData2 = 'C' OR MyData2 = 'D')
I would be getting a String expression and would provide the data to that expression to find what will be the result.
Any suggestions of pointers would be appreciated.