Skip to content

Evaluate expressions that consist of multiple rules and joiners, evaluates the expression using a reverse Polish notation (RPN) array

Compare
Choose a tag to compare
@DrewsAbuse DrewsAbuse released this 22 Feb 15:09
· 177 commits to master since this release

Evaluate expressions that consist of multiple rules and joiners, evaluates the expression using a reverse Polish notation (RPN) array. The RPN array consists of a series of elements that represent the rules and joiners of the expression in a specific order. By evaluating the RPN array, the module determines whether the expression is true or false based on the values of the variables and the rules and joiners specified in the input conditions.