]> gitweb.factorcode.org Git - factor.git/blob - extra/qw/qw.factor
factor: trim using lists
[factor.git] / extra / qw / qw.factor
1 ! Copyright (C) 2009 Joe Groff.
2 ! See http://factorcode.org/license.txt for BSD license.
3 USING: lexer sequences ;
4 IN: qw
5
6 SYNTAX: qw{ "}" parse-tokens suffix! ;