log trunk/src/main.d @ 800:dcd30b0ba711

age author description
Sat, 01 Mar 2008 17:58:23 +0100 Aziz K?ksal Added --xml option to command 'ddoc'.
Sat, 01 Mar 2008 02:53:06 +0100 Aziz K?ksal Added documentation comments.
Wed, 27 Feb 2008 21:21:15 +0100 Aziz K?ksal Removed module util/metastrings.d.
Wed, 27 Feb 2008 02:12:59 +0100 Aziz K?ksal Added new module TypeRules.
Wed, 20 Feb 2008 23:13:56 +0100 Aziz K?ksal Using CompilationContext in command 'igraph'.
Wed, 20 Feb 2008 22:47:33 +0100 Aziz K?ksal Moved Settings.d and SettingsLoader.d to src/.
Wed, 20 Feb 2008 22:09:29 +0100 Aziz K?ksal Implemented conditional compilation.
Mon, 18 Feb 2008 02:53:37 +0100 Aziz K?ksal Command 'generate' can print line numbers now.
Sat, 16 Feb 2008 20:18:42 +0100 Aziz K?ksal Template functions are wrapped inside TemplateDeclarations now.
Sat, 16 Feb 2008 03:28:39 +0100 Aziz K?ksal Fixed unittests and removed dil.File.
Fri, 15 Feb 2008 02:07:53 +0100 Aziz K?ksal Revised module cmd.Generate.
Thu, 14 Feb 2008 03:31:19 +0100 Aziz K?ksal Revised module dil.SettingsLoader.
Wed, 13 Feb 2008 21:46:24 +0100 Aziz K?ksal Improved command 'tokenize'.
Wed, 13 Feb 2008 20:21:25 +0100 Aziz K?ksal Introduced new module dil.SourceText and class SourceText.
Sun, 10 Feb 2008 02:14:08 +0100 Aziz K?ksal Using icompare() instead of toLower().
Sat, 09 Feb 2008 22:54:31 +0100 Aziz K?ksal Wrapped some macro functions inside struct MacroExpander.
Sat, 09 Feb 2008 15:10:13 +0100 Aziz K?ksal Added '-v' (verbose) option to command 'ddoc'.
Sat, 09 Feb 2008 02:00:20 +0100 Aziz K?ksal Implemented DDocEmitter.
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.