voxelman.text.lexer

Members

Aliases

StringLexer
alias StringLexer = Lexer!string
Undocumented in source.

Enums

TokenType
enum TokenType
Undocumented in source.

Functions

isDigit
bool isDigit(dchar chr)
Undocumented in source. Be warned that the author may not have intended to support it.
isHexDigit
bool isHexDigit(dchar chr)
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

CharStream
struct CharStream(R)
Undocumented in source.
Lexer
struct Lexer(R)
Undocumented in source.
Stack
struct Stack(T)
Undocumented in source.
StreamPos
struct StreamPos
Undocumented in source.
Token
struct Token
Undocumented in source.
TokenMatcher
struct TokenMatcher
Undocumented in source.

Meta

Authors

Andrey Penechko.