Handbook
Glossary
html.templates.chloe.compiler vocabulary
Factor handbook
ยป
Vocabulary index
Summary
Compiling Chloe templates to Factor quotations
Metadata
Parents:
html
.
templates
.
chloe
Words
Tuple classes
Class
Superclass
Slots
tag-not-allowed-here
tuple
unknown-chloe-tag
tuple
tag
Symbol words
string-buffer
string-context?
tag-stack
Ordinary words
Word
Stack effect
(compile-tag)
( tag -- )
[code-with]
( obj quot -- )
[code]
( quot -- )
[write]
( string -- )
[xml-code]
( quot -- )
check-tag
( -- )
chloe-attrs-only
( assoc -- assoc' )
chloe-tag?
( tag -- ? )
compile-attr
( value -- )
compile-attrs
( assoc -- )
compile-children
( tag -- )
compile-children>string
( tag -- )
compile-children>xml-string
( tag -- )
compile-chloe-tag
( tag -- )
compile-chunk
( seq -- )
compile-element
( element -- )
compile-end-tag
( tag -- )
compile-epilogue
( xml -- )
compile-misc
( object -- )
compile-prologue
( xml -- )
compile-quot
( quot -- )
compile-self-closing-tag
( tag -- )
compile-start-tag
( tag -- )
compile-string
( string -- )
compile-tag
( tag -- )
compile-template
( xml -- quot )
compile-with-scope
( quot -- )
expand-attr
( value -- )
if-not-nested
( quot -- )
non-chloe-attrs-only
( assoc -- assoc' )
process-children
( tag quot -- )
reset-buffer
( -- )
self-closing-tags
( -- value )
tag-not-allowed-here
( -- * )
unknown-chloe-tag
( tag -- * )
with-compiler
( quot -- quot' )
Class predicate words
Word
Stack effect
tag-not-allowed-here?
( object -- ? )
unknown-chloe-tag?
( object -- ? )
Files
resource:basis/html/templates/chloe/compiler/compiler.factor
Metadata files
resource:basis/html/templates/chloe/compiler/summary.txt