comparison trunk/src/cmd/Statistics.d @ 643:3bd947eb72c2

Added module cmd.ASTStats.
author Aziz K?ksal <aziz.koeksal@gmail.com>
date Mon, 14 Jan 2008 14:55:49 +0100
parents 39fac5531b85
children d422e5f2f3ea
comparison
equal deleted inserted replaced
642:be45f982ee3e 643:3bd947eb72c2
1 /++ 1 /++
2 Author: Aziz Köksal 2 Author: Aziz Köksal
3 License: GPL3 3 License: GPL3
4 +/ 4 +/
5 module cmd.Statistics; 5 module cmd.Statistics;
6
6 import dil.File; 7 import dil.File;
7 import dil.lexer.Lexer; 8 import dil.lexer.Lexer;
8 import dil.lexer.Token; 9 import dil.lexer.Token;
10 import cmd.ASTStats;
9 import common; 11 import common;
10 12
11 struct Statistics 13 struct Statistics
12 { 14 {
13 uint whitespaceCount; /// Counter for whitespace characters. 15 uint whitespaceCount; /// Counter for whitespace characters.