Handbook
Glossary
compile-template ( xml -- quot )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
xml
an
object
Outputs
quot
an
object
Definition
USING:
kernel
;
IN:
html.templates.chloe.compiler
:
compile-template
( xml -- quot )
[
[
compile-prologue
]
[
compile-element
]
[
compile-epilogue
]
tri
]
with-compiler
;