dlangide v0.7.42 (2017-08-11T16:19:30Z)
Home
Dub
Repo
r
ddc
lexer
tokenizer
Undocumented in source. Be warned that the author may not have intended to support it.
bool
r
(dchar ch, wchar v)
pure nothrow
static if
(
ENABLE_DUMP_UNIVERSAL_ALPHA_TABLE
)
bool
r
(
dchar
ch
,
wchar
v
)
bool
r
(dchar ch, wchar v1, wchar v2)
Meta
Source
See Implementation
ddc
lexer
tokenizer
aliases
tokenizer_ident_name_t
tokenizer_ident_t
classes
CharacterLiteralToken
CommentToken
EofToken
IdentHolder
IdentToken
IntegerLiteralToken
InvalidToken
KeywordToken
OpToken
RealLiteralToken
StringLiteralToken
Token
Tokenizer
WhiteSpaceToken
enums
Keyword
NO_IDENT
OpCode
TokenType
functions
charToEntity
entityToChar
findKeyword
getKeywordNameD
getOpNameD
isIdentMiddleChar
isIdentStartChar
isUniversalAlpha
isUniversalAlphaSlow
r
structs
StringAppender
variables
ENABLE_DUMP_UNIVERSAL_ALPHA_TABLE
KEYWORD_STRINGS
OP_CODE_STRINGS
UNIVERSAL_ALPHA_FLAGS
identMap