log trunk/src/cmd/Statistics.d @ 786:3b34f6a95a27

age author description
Sun, 24 Feb 2008 02:41:11 +0100 Aziz K?ksal Added and revised documenation comments.
Sat, 16 Feb 2008 03:28:39 +0100 Aziz K?ksal Fixed unittests and removed dil.File.
Wed, 13 Feb 2008 20:21:25 +0100 Aziz K?ksal Introduced new module dil.SourceText and class SourceText.
Fri, 18 Jan 2008 23:40:12 +0100 Aziz K?ksal Renamed Token member type to kind.
Fri, 18 Jan 2008 00:30:14 +0100 Aziz K?ksal Added '--asttable' option to command 'statistics'.
Mon, 14 Jan 2008 14:55:49 +0100 Aziz K?ksal Added module cmd.ASTStats.
Sun, 06 Jan 2008 00:25:29 +0100 Aziz K?ksal Moved dil.Token to dil.lexer.Token.
Sat, 05 Jan 2008 16:53:27 +0100 Aziz K?ksal Moved Lexer.d to new package 'lexer'.
Thu, 20 Dec 2007 23:33:30 +0100 Aziz K?ksal Fixed code in cmd.Statistics.
Wed, 19 Dec 2007 20:34:53 +0100 Aziz K?ksal Added '--table' option to 'stats' command.
Mon, 17 Dec 2007 22:16:13 +0100 Aziz K?ksal Added a new field to statistics generation.
Wed, 12 Dec 2007 02:28:37 +0100 Aziz K?ksal Refactored code and fixed a few things in cmd.Statistics.
Fri, 30 Nov 2007 20:17:29 +0100 Aziz K?ksal Changed a lot of things in the Lexer.
Sat, 22 Sep 2007 19:49:54 +0200 Aziz K?ksal Improved statistics generation.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Fri, 31 Aug 2007 00:53:00 +0000 aziz - Every command module has an execute method now.
Thu, 30 Aug 2007 12:02:04 +0000 aziz - Added package cmd.