ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
Token
ctpg
dsl
typed
token
Undocumented in source.
struct
Token {
TokenType
type
;
string
text_
;
string
text
();
void
text
(string text_);
}
Members
Functions
text
string
text
()
Undocumented in source. Be warned that the author may not have intended to support it.
text
void
text
(string text_)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
text_
string
text_
;
Undocumented in source.
type
TokenType
type
;
Undocumented in source.
Meta
Source
See Implementation
ctpg
dsl
typed
token
enums
TokenType
structs
Token