Support for the conditions in %IF{} statements. Basically a simple
stack-based parser for infix expressions that generates a parse
tree that can subsequently be evaluated.
Each operator must have the following fields: prec (precedence) type (0 unary 1 binary) exec (ref to a function to execute). If not provided, the default set of boolean operations supported by %IF is used.
This is a PUBLIC DOMAIN Wiki. All original contributions are immediately placed in the PUBLIC DOMAIN. Posting of copyrighted material is strictly prohibited. Note: Please contribute updates to this topic on TWiki.org at TWiki:TWiki.TWikiIfDotPm