Line: 1 to 1 | ||||||||
---|---|---|---|---|---|---|---|---|
Added: | ||||||||
> > | Package =TWiki::IfSupport 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.ClassMethod new (\%operators) -> \%factoryConstruct a new if node factory.
ObjectMethod evaluate ($twiki) -> $resultExecute the parse node. !!!new!!!ObjectMethod parse ($string) -> \$if
|