printTree

Print the tree to a file.

void
printTree
(
Location
alias LocationRangeImpl
)
(
imported!"std.stdio".File file
,
DynamicParseTree!(Location, LocationRangeImpl) tree
,
bool verbose = false
)

Parameters

file imported!"std.stdio".File

File for output.

tree DynamicParseTree!(Location, LocationRangeImpl)

The tree to print.

verbose bool

Include all nodes in the tree.

Meta