ASTStats

Counts the nodes in a syntax tree.

Members

Functions

count
uint[] count(Node root)

Starts counting.

Variables

table
uint[] table;

Table for counting nodes.

Meta