diet-complete ~master (2021-12-23T12:39:56.512012)
Dub
Repo
TextLine.Part
dietc
parser
TextLine
Undocumented in source.
class
TextLine
struct
Part {
Token
token
;
string
raw
;
Expression
inlineExpr
;
NestedTags
inlineTag
;
bool
escapeInlineExpr
;
string
toString
();
}
Members
Functions
toString
string
toString
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
escapeInlineExpr
bool
escapeInlineExpr
;
Undocumented in source.
inlineExpr
Expression
inlineExpr
;
Undocumented in source.
inlineTag
NestedTags
inlineTag
;
Undocumented in source.
raw
string
raw
;
Undocumented in source.
token
Token
token
;
Undocumented in source.
Meta
Source
See Implementation
dietc
parser
TextLine
classes
PartAST
constructors
this
functions
accept
toString
token
structs
Part
variables
_parts
_token