tcenal ~master (2016-12-23T19:53:05Z)
Dub
Repo
ParseTreeNode
tcenal
parser_combinator
parse_tree_node
Undocumented in source.
struct
ParseTreeNode {
Token
token
;
ParseTreeNode
[]
children
;
string
ruleName
;
string
toAsciiTree
(string indent, bool isLast);
alias
toString
=
toAsciiTree
;
}
Members
Aliases
toString
alias
toString
=
toAsciiTree
Undocumented in source.
Functions
toAsciiTree
string
toAsciiTree
(string indent, bool isLast)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
children
ParseTreeNode
[]
children
;
Undocumented in source.
ruleName
string
ruleName
;
Undocumented in source.
token
Token
token
;
Undocumented in source.
Meta
Source
See Implementation
tcenal
parser_combinator
parse_tree_node
structs
ParseTreeNode