buffer v0.2.41 (2022-01-25T05:46:57Z)
Dub
Repo
Token
buffer
compiler
Undocumented in source.
struct
Token {
TokenType
type
;
string
name
;
this
(string name);
this
(TokenType type, string name);
}
Constructors
this
this
(string name)
Undocumented in source.
this
this
(TokenType type, string name)
Undocumented in source.
Members
Variables
name
string
name
;
Undocumented in source.
type
TokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
buffer
compiler
enums
TokenType
functions
lexer
parser
structs
Field
Sentence
Token
templates
LoadBufferFile
LoadBufferScript