Parents: | html.templates |
Tags: | web |
Authors: | Slava Pestov, Alex Chapman |
Class | Superclass | Slots |
fhtml | tuple | path |
template-lexer | lexer |
Word | Syntax |
%> |
Word | Stack effect |
<% | ( -- * ) |
<fhtml> | ( path -- fhtml ) |
<template-lexer> | ( lines -- lexer ) |
check-<% | ( lexer -- col ) |
eval-template | ( string -- ) |
found-<% | ( accum lexer col -- accum ) |
parse-%> | ( accum lexer -- accum ) |
parse-template | ( string -- quot ) |
parse-template-lines | ( lines -- quot ) |
still-looking | ( accum lexer -- accum ) |
Word | Stack effect |
fhtml? | ( object -- ? ) |
template-lexer? | ( object -- ? ) |
Vocabulary | Summary |
html.templates.fhtml.test |