d-lex v0.0.2 (2017-08-25T11:04:55Z)
Dub
Repo
DLex.LexResult
dlex
DLex
DLex
DLex
Undocumented in source.
class
DLex
class
LexResult {
Type
type
;
dstring
str
;
Position
pos
;
this
(Type type, dstring str, Position pos);
}
Constructors
this
this
(Type type, dstring str, Position pos)
Undocumented in source.
Members
Variables
pos
Position
pos
;
Undocumented in source.
str
dstring
str
;
Undocumented in source.
type
Type
type
;
Undocumented in source.
Meta
Source
See Implementation
dlex
DLex
DLex
DLex
classes
LexResult
functions
Lex
Rules
structs
RuleT
variables
rules