adrdox ~master (2021-09-18T14:48:25Z)
Home
Dub
Repo
LexerConfig
dparse
lexer
Lexer configuration struct
struct
LexerConfig {
string
fileName
;
StringBehavior
stringBehavior
;
WhitespaceBehavior
whitespaceBehavior
;
}
Members
Variables
fileName
string
fileName
;
Undocumented in source.
stringBehavior
StringBehavior
stringBehavior
;
Undocumented in source.
whitespaceBehavior
WhitespaceBehavior
whitespaceBehavior
;
Undocumented in source.
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
Lexer configuration struct