dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
Lexeme
dgl
dml
lexer
Undocumented in source.
struct
Lexeme {
bool
valid
;
DynamicArray
!(
dchar
,
32
)
str
;
void
free
();
}
Members
Functions
free
void
free
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
str
DynamicArray
!(
dchar
,
32
)
str
;
Undocumented in source.
valid
bool
valid
;
Undocumented in source.
Meta
Source
See Implementation
dgl
dml
lexer
enums
FULL_MATCH
functions
emptyLexeme
invalidLexeme
static variables
stddelimiters
structs
BaseFilter
CommentFilter
Lexeme
Lexer
StringFilter