Merge git://factorcode.org/git/factor

release
Doug Coleman 2007-11-24 19:39:54 -06:00
commit a0cb14e758
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ LAZY: 'argument' ( -- parser )
"\"" 'quoted' "'" 'quoted' 'unquoted' <|> <|>
[ >string ] <@ ;
: 'arguments' ( -- parser )
MEMO: 'arguments' ( -- parser )
'argument' " " token <!+> nonempty-list-of ;
: tokenize-command ( command -- arguments )