Handbook
Glossary
parse-platform-section ( string suffix -- )
Vocabulary
vocabs
.
platforms
Inputs
string
an
object
suffix
an
object
Outputs
None
Definition
USING:
compiler.units
kernel
parser
splitting
;
IN:
vocabs.platforms
:
parse-platform-section
( string suffix -- )
[
[
[
split-lines
parse-lines
]
curry
with-nested-compilation-unit
]
curry
]
dip
with-vocabulary
drop
;
inline