dil ~master (2015-07-05T21:12:10Z)
Home
Dub
Repo
ASTStats
cmd
ASTStats
Counts the nodes in a syntax tree.
class
ASTStats :
DefaultVisitor2
{
uint
[]
table
;
uint
[]
count
(
Node
root
)
;
}
Members
Functions
count
uint
[]
count
(
Node
root
)
Starts counting.
Variables
table
uint
[]
table
;
Table for counting nodes.
Meta
Source
See Implementation
cmd
ASTStats
modules
ASTStats
Command
Compile
DDoc
Highlight
ImportGraph
Statistics
Counts the nodes in a syntax tree.