Handbook
Glossary
parse-insn-slot-spec ( type string -- spec )
Vocabulary
compiler
.
cfg
.
instructions
.
syntax
Inputs
type
an
object
string
an
object
Outputs
spec
an
object
Definition
USING:
kernel
splitting
;
IN:
compiler.cfg.instructions.syntax
:
parse-insn-slot-spec
( type string -- spec )
over
[
"Missing type"
throw
]
unless
"/"
split1
parse-rep
insn-slot-spec
boa
;