log trunk/src/main.d @ 731:ca7607226caa

age author description
Sun, 03 Feb 2008 19:56:47 +0100 Aziz K?ksal Added new module cmd.DDoc.
Thu, 31 Jan 2008 01:10:30 +0100 Aziz K?ksal Added code and applied fixes.
Mon, 28 Jan 2008 18:53:04 +0100 Aziz K?ksal Removed modules dil.parser.Factory and dil.parser.ExpressionParser.
Sun, 27 Jan 2008 20:51:19 +0100 Aziz K?ksal Added static and public import styles to 'igraph' command.
Tue, 22 Jan 2008 14:00:08 +0100 Aziz K?ksal Added new module dil.semantic.Interpreter.
Mon, 21 Jan 2008 18:40:55 +0100 Aziz K?ksal Added module dil.semantic.Pass2.
Mon, 21 Jan 2008 17:10:12 +0100 Aziz K?ksal Implemented some methods in SemanticPass1.
Fri, 18 Jan 2008 23:40:12 +0100 Aziz K?ksal Renamed Token member type to kind.
Fri, 18 Jan 2008 19:28:37 +0100 Aziz K?ksal Added new module dil.doc.Doc.
Fri, 18 Jan 2008 00:30:14 +0100 Aziz K?ksal Added '--asttable' option to command 'statistics'.
Thu, 17 Jan 2008 22:28:04 +0100 Aziz K?ksal Added command 'translate'.
Tue, 15 Jan 2008 11:11:03 +0100 Aziz K?ksal Using SemanticPass1 in main.d do start semantic analysis.
Sun, 13 Jan 2008 21:53:01 +0100 Aziz K?ksal Added class Visitor.
Sat, 12 Jan 2008 01:56:04 +0100 Aziz K?ksal Added dil.parser.ExpressionParser and dil.parser.Factory.
Fri, 11 Jan 2008 00:42:35 +0100 Aziz K?ksal Refactored the way dot expressions are parsed.
Sun, 06 Jan 2008 00:25:29 +0100 Aziz K?ksal Moved dil.Token to dil.lexer.Token.
Sat, 05 Jan 2008 23:58:42 +0100 Aziz K?ksal Moved dil.Module to dil.semantic.Module.
Sat, 05 Jan 2008 23:06:03 +0100 Aziz K?ksal Moved dil.Expressions to dil.ast.Expressions.
Sat, 05 Jan 2008 23:01:42 +0100 Aziz K?ksal Moved dil.Declarations to dil.ast.Declarations.
Sat, 05 Jan 2008 17:49:55 +0100 Aziz K?ksal Moved SyntaxTree.d to new package 'ast'.
Sat, 05 Jan 2008 17:29:47 +0100 Aziz K?ksal Moved Parser.d to new package 'parser'.
Sat, 05 Jan 2008 16:53:27 +0100 Aziz K?ksal Moved Lexer.d to new package 'lexer'.
Fri, 04 Jan 2008 23:00:38 +0100 Aziz K?ksal Compiles with Tango 0.99.4 now.
Fri, 28 Dec 2007 22:32:32 +0100 Aziz K?ksal Fixed VariableDeclaration.semantic().
Wed, 19 Dec 2007 20:34:53 +0100 Aziz K?ksal Added '--table' option to 'stats' command.
Mon, 17 Dec 2007 16:10:08 +0100 Aziz K?ksal Renamed InformationManager to InfoManager.
Sat, 15 Dec 2007 22:25:18 +0100 Aziz K?ksal Added 'compile' command.
Fri, 14 Dec 2007 19:08:21 +0100 Aziz K?ksal Refactored code related to settings.
Sat, 01 Dec 2007 20:20:44 +0100 Aziz K?ksal Added 'tokenize' command.
Fri, 30 Nov 2007 20:17:29 +0100 Aziz K?ksal Changed a lot of things in the Lexer.
Tue, 30 Oct 2007 20:25:42 +0100 Aziz K?ksal Added new module with compiler constants to resolve import cycle.
Wed, 17 Oct 2007 17:38:54 +0200 Aziz K?ksal Added functions for finding the executables path.
Mon, 01 Oct 2007 19:22:10 +0200 Aziz K?ksal Looking for config.d and language file in executables folder now.
Mon, 01 Oct 2007 18:49:26 +0200 Aziz K?ksal Added a new option '-m' to the igraph command.
Sun, 30 Sep 2007 15:20:35 +0200 Aziz K?ksal Added support for column numbers in error messages.
Sat, 22 Sep 2007 19:49:54 +0200 Aziz K?ksal Improved statistics generation.
Mon, 17 Sep 2007 20:35:08 +0200 Aziz K?ksal Applied fixes and improvements to the Lexer class.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Sat, 08 Sep 2007 16:42:02 +0000 aziz - Added code to main() for recognizing options to the importgraph command.
Sat, 01 Sep 2007 11:23:01 +0000 aziz - Renamed method start() to init() in Parser.
Fri, 31 Aug 2007 12:14:03 +0000 aziz - Added command importgraph/igraph to main.d.
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.
Sun, 26 Aug 2007 15:59:02 +0000 aziz - Replaced calls to std.file.read() with dil.loadFile().
Sun, 26 Aug 2007 00:12:00 +0000 aziz - Added module File.
Thu, 23 Aug 2007 15:54:04 +0000 aziz - Changed module name of main.d from dparser to main.
Thu, 23 Aug 2007 14:10:04 +0000 aziz - Removed TOK.Special and added an own entry for each special token.
Wed, 22 Aug 2007 15:53:04 +0000 aziz - Made some corrections to the message catalogs.
Wed, 22 Aug 2007 09:45:00 +0000 aziz - Added a name table to getShortClassName().
Tue, 21 Aug 2007 20:15:02 +0000 aziz - Renamed format.css to dil_xml.css.
Tue, 21 Aug 2007 19:44:03 +0000 aziz - Renamed command highlight to generate.
Tue, 21 Aug 2007 17:56:00 +0000 aziz - Added code for printing #line and filespec tokens.
Tue, 21 Aug 2007 16:49:00 +0000 aziz - Added package dil to import declarations.
Tue, 21 Aug 2007 15:26:00 +0000 aziz - Rewrote scanSpecialToken().
Mon, 20 Aug 2007 19:59:04 +0000 aziz - Moved out large TOK switch case to function printToken().
Wed, 15 Aug 2007 20:33:02 +0000 aziz - Added method scanShebang to class Lexer.
Wed, 15 Aug 2007 19:19:00 +0000 aziz - Added Special to enum TOK.
Wed, 15 Aug 2007 16:07:05 +0000 aziz - Added new files Settings.d, config.d and lang_en.d
Tue, 14 Aug 2007 18:35:02 +0000 aziz - Indented some cases. Removed case TOK.Catenate.
Tue, 14 Aug 2007 18:19:03 +0000 aziz - Don't consider '\!' as an operator when it begins a template argument list.