yurai ~master (2022-05-09T17:34:28.3517347)
Dub
Repo
Scope
yurai
templates
parser
Undocumented in source.
class
Scope {
char
scopeCharStart
;
char
scopeCharEnd
;
size_t
scopeCount
;
this
(char scopeCharStart, char scopeCharEnd);
}
Constructors
this
this
(char scopeCharStart, char scopeCharEnd)
Undocumented in source.
Members
Variables
scopeCharEnd
char
scopeCharEnd
;
Undocumented in source.
scopeCharStart
char
scopeCharStart
;
Undocumented in source.
scopeCount
size_t
scopeCount
;
Undocumented in source.
Meta
Source
See Implementation
yurai
templates
parser
classes
Scope
ScopeStack
StringReader
Token
functions
parse