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.
$string - string containing an expression to parse
Construct a new search node by parsing the passed expression. Return
the new object.
This topic: TWiki/ > TWikiIfDotPm
Topic revision: r2 - 16 Jan 2007 - 01:12:02 - TWikiContributor
Copyright � by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback