Merge git://factorcode.org/git/factor
commit
a0cb14e758
|
@ -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 )
|
||||
|
|
Loading…
Reference in New Issue