Handbook
Glossary
parse-file ( cuesheet str -- cuesheet )
Vocabulary
cuesheet
.
private
Inputs
cuesheet
an
object
str
an
object
Outputs
cuesheet
an
object
Definition
USING:
accessors
cuesheet
kernel
sequences
splitting
;
IN:
cuesheet.private
:
parse-file
( cuesheet str -- cuesheet )
" "
split1-last
[
trim-quotes
]
[
check-filetype
]
bi*
<file>
[
suffix
]
curry
change-files
;