Handbook
Glossary
^^integer>float ( src -- vreg )
Vocabulary
compiler
.
cfg
.
hats
Inputs
src
an
object
Outputs
vreg
an
object
Definition
USING:
compiler.cfg.instructions
compiler.cfg.registers
kernel
;
IN:
compiler.cfg.hats
:
^^integer>float
( src -- vreg )
[
next-vreg
dup
[
]
dip
]
dip
##integer>float,
;
inline