Handbook
Glossary
parse-effect-tokens ( end -- var tokens )
Vocabulary
effects
.
parser
Inputs
end
an
object
Outputs
var
an
object
tokens
an
object
Definition
USING:
kernel
make
;
IN:
effects.parser
:
parse-effect-tokens
( end -- var tokens )
[
parse-effect-token
[
f
]
2dip
]
curry
[
[
t
f
]
]
dip
[
loop
nip
]
curry
compose
{
}
make
;