dmd v2.104.0 (2023-06-02T08:46:32Z)
Dub
Repo
Lexer.scan
dmd
lexer
Lexer
Turn next token in buffer into a token.
class
Lexer
nothrow final
void
scan
(
Token
*
t
)
Parameters
t
Token
*
the token to set the resulting Token to
Meta
Source
See Implementation
dmd
lexer
Lexer
constructors
this
functions
allocateToken
empty
nextDefineLine
parseSpecialTokenSequence
peekNext
peekNext2
peekPastParen
poundLine
resetDefineLines
scan
skipToNextLine
static functions
combineComments
variables
Ccompile
boolsize
compileEnv
eSink
intsize
long_doublesize
long_longsize
longsize
shortsize
wchar_tsize
Turn next token in buffer into a token.