dmech v0.4.1 (2020-07-30T18:32:41Z)
Home
Dub
Repo
Lexer
dgl
dml
lexer
Undocumented in source.
struct
Lexer {
CommentFilter
lexer
;
Lexeme
current
;
this
(string str);
Lexeme
get
();
uint
line
();
}
Constructors
this
this
(string str)
Undocumented in source.
Members
Functions
get
Lexeme
get
()
Undocumented in source. Be warned that the author may not have intended to support it.
line
uint
line
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
current
Lexeme
current
;
Undocumented in source.
lexer
CommentFilter
lexer
;
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