ctpg ~master (2022-05-29T03:06:24.0192733)
Dub
Repo
Node
ctpg
dsl
typed
node
Undocumented in source.
struct
Node {
Token
token
;
Node
[]
children
;
size_t
line
;
string
file
;
string
toString
(string indent, bool last);
}
Members
Functions
toString
string
toString
(string indent, bool last)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
Node
[]
children
;
Undocumented in source.
file
string
file
;
Undocumented in source.
line
size_t
line
;
Undocumented in source.
token
Token
token
;
Undocumented in source.
Meta
Source
See Implementation
ctpg
dsl
typed
node
structs
Node