Handbook
Glossary
preprocess-file ( preprocessor-state path -- )
Vocabulary
c
.
preprocessor
Inputs
preprocessor-state
an
object
path
an
object
Outputs
None
Definition
USING:
accessors
io.encodings.utf8
io.files
kernel
math
;
IN:
c.preprocessor
:
preprocess-file
( preprocessor-state path -- )
[
check-nesting
]
dip
[
utf8
[
preprocess-lines
]
with-file-reader
]
[
drop
[
1
-
]
change-include-nesting
drop
]
2bi
;