Merge git://factorcode.org/git/factor
commit
a0cb14e758
|
@ -30,7 +30,7 @@ LAZY: 'argument' ( -- parser )
|
||||||
"\"" 'quoted' "'" 'quoted' 'unquoted' <|> <|>
|
"\"" 'quoted' "'" 'quoted' 'unquoted' <|> <|>
|
||||||
[ >string ] <@ ;
|
[ >string ] <@ ;
|
||||||
|
|
||||||
: 'arguments' ( -- parser )
|
MEMO: 'arguments' ( -- parser )
|
||||||
'argument' " " token <!+> nonempty-list-of ;
|
'argument' " " token <!+> nonempty-list-of ;
|
||||||
|
|
||||||
: tokenize-command ( command -- arguments )
|
: tokenize-command ( command -- arguments )
|
||||||
|
|
Loading…
Reference in New Issue