Hi Slava,

I finally got round to modifing csv to use a global default as per your
post, sorry for the delay! I also removed the dependency on vars,
although I ended up defining delimiter> as a word since it was prettier
in case statements e.g.

  { { CHAR: "     [ drop drop quoted-field ] }  ! "
    { delimiter>  [ swap trim-whitespace % ] }
    { CHAR: \n    [ swap trim-whitespace % ] }
    { f           [ swap trim-whitespace % ] }
  } case

git pull http://phildawes.net/2008/factor.git master

Cheers,

Phil




-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Factor-talk mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/factor-talk

Reply via email to