adrdox v2.4.0 (2020-08-16T15:56:57Z)
Home
Dub
Repo
byToken
dparse
lexer
Creates a token range from the given source code. Uses the given string cache.
auto
byToken
(ubyte[] range)
auto
byToken
(ubyte[] range, StringCache* cache)
auto
byToken
(
ubyte
[]
range
,
StringCache
*
cache
)
auto
byToken
(ubyte[] range, LexerConfig config, StringCache* cache)
Meta
Source
See Implementation
dparse
lexer
aliases
IdType
Token
str
enums
StringBehavior
WhitespaceBehavior
functions
byToken
getTokensForParser
isBasicType
isKeyword
isNumberLiteral
isOperator
isProtection
isStringLiteral
newlineMask
rangeMatch
skip
unDecorateComment
structs
DLexer
LexerConfig
StringCache
templates
ByteCombine
tok
Creates a token range from the given source code. Uses the given string cache.