Handbook
Glossary
parse-data-map-effect ( accum -- accum )
Vocabulary
alien
.
data
.
map
.
private
Inputs
accum
an
object
Outputs
accum
an
object
Definition
USING:
accessors
alien.parser
effects.parser
kernel
sequences
;
IN:
alien.data.map.private
:
parse-data-map-effect
( accum -- accum )
")"
parse-effect
[
in>>
[
(parse-c-type)
]
map
suffix!
]
[
out>>
[
(parse-c-type)
]
map
suffix!
]
bi
;