sdc v0.0.5 (2022-05-23T13:04:49Z)
Dub
Repo
Token
source
dlexer
Undocumented in source.
struct
Token {
import
source
.
location
;
;
Location
location
;
TokenType
type
;
import
source
.
name
;
;
Name
name
;
import
source
.
context
;
;
string
toString
(Context context);
}
Members
Functions
toString
string
toString
(Context context)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
location
Location
location
;
Undocumented in source.
name
Name
name
;
Undocumented in source.
type
TokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
source
dlexer
aliases
TokenRange
enums
TokenType
functions
getKeywordsMap
getOperatorsMap
lex
structs
DLexer
Token