Handbook
Glossary
compile-chloe-tag ( tag -- )
Vocabulary
html
.
templates
.
chloe
.
compiler
Inputs
tag
an
object
Outputs
None
Definition
USING:
accessors
assocs
combinators
html.templates.chloe.syntax
kernel
namespaces
;
IN:
html.templates.chloe.compiler
:
compile-chloe-tag
( tag -- )
dup
main>>
[
chloe-tags
get
at
]
[
( tag -- )
call-effect
]
[
unknown-chloe-tag
]
?if
;