Handbook
Glossary
with-compiler ( quot -- quot' )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
quot
an
object
Outputs
quot'
an
object
Definition
USING:
kernel
make
namespaces
;
IN:
html.templates.chloe.compiler
:
with-compiler
( quot -- quot' )
[
SBUF" "
string-buffer
set
V{
}
clone
tag-stack
set
call
reset-buffer
]
[
]
make
;
inline