Handbook
Glossary
parse-rep ( str/f -- rep )
Vocabulary
compiler
.
cfg
.
instructions
.
syntax
Inputs
str/f
an
object
Outputs
rep
an
object
Definition
USING:
combinators
kernel
words
;
IN:
compiler.cfg.instructions.syntax
:
parse-rep
( str/f -- rep )
{
{
[
dup
not
]
[
]
}
{
[
dup
"scalar-rep"
=
]
[
drop
scalar-rep
]
}
[
"cpu.architecture"
lookup-word
]
}
cond
;