On Thu, Nov 18, 2010 at 1:53 PM, Jim mack <[email protected]> wrote:
> ws = " " | "\t" => [[ >string whitespace boa ]]

Change this to:

> ws = (" " | "\t") => [[ >string whitespace boa ]]

In the first case the => is binding to the "\t" part of the clause.

Chris.
-- 
http://www.bluishcoder.co.nz

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to