voxelman v0.9.0 (2022-05-10T16:23:35Z)
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