voxelman ~master (2018-10-12T19:51:42Z)
Dub
Repo
Token
voxelman
text
lexer
Undocumented in source.
struct
Token {
TokenType
type
;
StreamPos
start
;
StreamPos
end
;
}
Members
Variables
end
StreamPos
end
;
Undocumented in source.
start
StreamPos
start
;
Undocumented in source.
type
TokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
voxelman
text
lexer
aliases
StringLexer
enums
TokenType
functions
isDigit
isHexDigit
structs
CharStream
Lexer
Stack
StreamPos
Token
TokenMatcher