Handbook
Glossary
parse-template ( string -- quot )
Vocabulary
html
.
templates
.
fhtml
Inputs
string
an
object
Outputs
quot
an
object
Definition
USING:
compiler.units
namespaces
parser
parser.notes
splitting
vocabs.parser
;
IN:
html.templates.fhtml
:
parse-template
( string -- quot )
[
[
parser-quiet?
on
"html.templates.fhtml"
use-vocab
split-lines
parse-template-lines
]
with-file-vocabs
]
with-compilation-unit
;