Handbook
Glossary
CHLOE:
Furnace framework
»
Furnace presentation layer
»
Chloe templates
»
Extending Chloe
»
Extending Chloe with custom tags
Next:
required-attr ( tag name -- value )
Vocabulary
html
.
templates
.
chloe
.
syntax
Syntax
CHLOE: name definition... ;
Inputs
None
Outputs
None
Word description
Defines compilation semantics for the Chloe tag named
tag
. The definition body receives a
tag
on the stack.
Definition
USING:
lexer
parser
;
IN:
html.templates.chloe.syntax
SYNTAX:
CHLOE:
scan-token
parse-definition
define-chloe-tag
;