DLexer

The D lexer struct.

Constructors

this
this()
this
this(R range, LexerConfig config, StringCache* cache, bool haveSSE42)

Members

Functions

messages
const(Message[]) messages()
popFront
void popFront()

Mixins

__anonymous
mixin Lexer!(Token, lexIdentifier, isSeparating, operators, dynamicTokens, keywords, pseudoTokenHandlers)
Undocumented in source.

Structs

Message
struct Message

Lexer error/warning message.

Meta