X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fqw%2Fqw.factor;h=3e88eb3773a05dfda782d3e7f40f72f7a24a9018;hp=d00b21f85df00dbb0593754018aa7dc1a87e6f3b;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/qw/qw.factor b/extra/qw/qw.factor index d00b21f85d..3e88eb3773 100644 --- a/extra/qw/qw.factor +++ b/extra/qw/qw.factor @@ -1,6 +1,6 @@ ! Copyright (C) 2009 Joe Groff. ! See http://factorcode.org/license.txt for BSD license. -USING: lexer sequences parser ; +USING: lexer sequences ; IN: qw SYNTAX: qw{ "}" parse-tokens suffix! ;