StatsCommand

The statistics comman.

Members

Functions

run
void run()

Execute the command.

Variables

cc
CompilationContext cc;

The context.

filePaths
cstring[] filePaths;

Module file paths.

printNodesTable
bool printNodesTable;

Whether to print the nodes table.

printTokensTable
bool printTokensTable;

Whether to print the tokens table.

Inherited Members

From Command

verbose
bool verbose;

Verbose output.

log
void log(cstring format, ...)

Logs messages to stdout.

lzy
void lzy(lazy void logfunc)

Calls logfunc only when the verbose-flag is on.

run
void run()

Runs the command.

Meta