sdc ~master (2022-04-26T13:08:25Z)
Dub
Repo
LexBaseImpl.getLookahead
source
lexbase
LexBaseImpl
Return a copy of this lexer that: - skip over comments. - do not decode strings.
mixintemplate
LexBaseImpl
(Token, alias BaseMap, alias KeywordMap, alias OperatorMap)
auto
getLookahead
(
)
Meta
Source
See Implementation
source
lexbase
LexBaseImpl
aliases
TokenRange
TokenType
functions
getLookahead
moveTo
popFront
withComments
withStringDecoding
properties
decodeStrings
empty
front
save
variables
base
content
context
index
previous
t
Return a copy of this lexer that: - skip over comments. - do not decode strings.