yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
Token
yurai
templates
parser
Undocumented in source.
final
class
Token {
final
TemplateType
templateType
;
final
string
content
;
this
(TemplateType templateType);
string
toString
();
}
Constructors
this
this
(TemplateType templateType)
Undocumented in source.
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
content
string
content
;
Undocumented in source.
templateType
TemplateType
templateType
;
Undocumented in source.
Meta
Source
See Implementation
yurai
templates
parser
classes
Scope
ScopeStack
StringReader
Token
functions
parse