Handbook
Glossary
start-preprocess-file ( path -- preprocessor-state string )
Vocabulary
c
.
preprocessor
Inputs
path
an
object
Outputs
preprocessor-state
an
object
string
an
object
Definition
USING:
io.directories
io.pathnames
io.streams.string
kernel
;
IN:
c.preprocessor
:
start-preprocess-file
( path -- preprocessor-state string )
dup
parent-directory
[
[
[
<preprocessor-state>
dup
]
dip
preprocess-file
]
with-string-writer
]
with-directory
;