On Wed, Sep 24, 2008 at 6:58 PM, Patrick R. Michaud <[EMAIL PROTECTED]> wrote: > I _think_ you can get the expression parser to use a custom <.ws> rule -- > let's call it <exprws>: > > $P0 = get_hll_global ['TclExpr::Grammar'], '$optable' > $P1 = get_hll_global ['TclExpr::Grammar'], 'exprws' > setattribute $P0, '&!ws', $p1 > > Pm >
That works, thank you very much! (committed in r31393). -- Will "Coke" Coleda _______________________________________________ http://lists.parrot.org/mailman/listinfo/parrot-dev
