log

age author description
Sat, 02 Feb 2008 19:58:09 +0100 Aziz K?ksal AggregateDeclarations are wrapped inside TemplateDeclarations now.
Sat, 02 Feb 2008 14:24:29 +0100 Aziz K?ksal Added member callLevel to class Macro.
Sat, 02 Feb 2008 12:39:37 +0100 Aziz K?ksal Added scanArguments() and expandArguments() to dil.doc.Macro.
Fri, 01 Feb 2008 20:51:44 +0100 Aziz K?ksal Wrote code for expandMacros().
Fri, 01 Feb 2008 19:44:00 +0100 Aziz K?ksal Added isUnicodeAlpha() for DDocParser and MacroParser.
Fri, 01 Feb 2008 16:40:35 +0100 Aziz K?ksal Added ddoc_files option to config.d
Fri, 01 Feb 2008 15:40:32 +0100 Aziz K?ksal Using old algo for cycle detection again.
Fri, 01 Feb 2008 15:05:26 +0100 Aziz K?ksal Fixed code that finds out a modules FQN.
Fri, 01 Feb 2008 14:16:50 +0100 Aziz K?ksal Added new module dil.doc.Macro.
Fri, 01 Feb 2008 15:05:56 +0200 Jari-Matti M?kel? Updated docgen (mostly) to new tango.
Thu, 31 Jan 2008 21:31:47 +0100 Aziz K?ksal Added class DDocComment.
Thu, 31 Jan 2008 15:58:10 +0100 Aziz K?ksal Moved character properties table to dil.lexer.Funcs.
Thu, 31 Jan 2008 01:10:30 +0100 Aziz K?ksal Added code and applied fixes.
Wed, 30 Jan 2008 23:23:58 +0100 Aziz K?ksal Added new predefined IDs and code to SemanticPass1.
Wed, 30 Jan 2008 18:29:23 +0100 Aziz K?ksal Added function sanitize() to dil.doc.Doc.
Wed, 30 Jan 2008 18:28:21 +0100 Aziz K?ksal Added enum Status to class Symbol.
Tue, 29 Jan 2008 22:51:44 +0100 Aziz K?ksal Updated main.wiki.
Tue, 29 Jan 2008 22:11:19 +0100 Aziz K?ksal Changed CSS class .cl to .chl.
Tue, 29 Jan 2008 15:57:03 +0100 Aziz K?ksal Added method interpret() to class SemanticPass2.
Tue, 29 Jan 2008 01:07:39 +0100 Aziz K?ksal Added semantic code related to enums.
Mon, 28 Jan 2008 21:39:08 +0100 Aziz K?ksal Tidied up dil.parser.Parser.
Mon, 28 Jan 2008 18:53:04 +0100 Aziz K?ksal Removed modules dil.parser.Factory and dil.parser.ExpressionParser.
Mon, 28 Jan 2008 18:48:02 +0100 Aziz K?ksal Wrote code for SemanticPass2.visit(MixinDeclaration).
Sun, 27 Jan 2008 20:51:19 +0100 Aziz K?ksal Added static and public import styles to 'igraph' command.
Sun, 27 Jan 2008 18:21:42 +0100 Aziz K?ksal Fixed filter delegate in cmd.ImportGraph.
Sat, 26 Jan 2008 23:53:34 +0100 Aziz K?ksal Moved TypeNode to new module dil.ast.Type.
Sat, 26 Jan 2008 23:39:02 +0100 Aziz K?ksal Resolved cyclic dependency of dil.semantic.Types.
Sat, 26 Jan 2008 20:59:27 +0100 Aziz K?ksal Fixed cycle detection algorithm.
Sat, 26 Jan 2008 20:08:03 +0100 Aziz K?ksal Revised modules cmd.ImportGraph and dil.semantic.Module.
Fri, 25 Jan 2008 20:20:06 +0100 Aziz K?ksal Fixed parameter name in constructor of VariablesDeclaration.