Handbook
Glossary
parse-template-lines ( lines -- quot )
Vocabulary
html
.
templates
.
fhtml
Inputs
lines
an
object
Outputs
quot
an
object
Definition
USING:
kernel
lexer
namespaces
parser
quotations
;
IN:
html.templates.fhtml
:
parse-template-lines
( lines -- quot )
<template-lexer>
[
V{
}
clone
lexer
get
parse-%>
f
(parse-until)
>quotation
]
with-lexer
;