log

age author description
Tue, 15 Jan 2008 16:41:12 +0100 Aziz K?ksal Moved class Statement to its own module.
Tue, 15 Jan 2008 16:37:31 +0100 Aziz K?ksal EnumMember inherits from Declaration now.
Tue, 15 Jan 2008 16:33:52 +0100 Aziz K?ksal Moved class BaseClass to dil.ast.Types.
Tue, 15 Jan 2008 16:22:49 +0100 Aziz K?ksal Moved class Declaration to its own module.
Tue, 15 Jan 2008 16:05:42 +0100 Aziz K?ksal Refactored StringExpression.
Tue, 15 Jan 2008 12:10:46 +0100 Aziz K?ksal Added test forward05.d.
Tue, 15 Jan 2008 11:40:11 +0100 Aziz K?ksal Moved src/test to src/tests.
Tue, 15 Jan 2008 11:22:55 +0100 Aziz K?ksal Made AttributeDeclaration abstract.
Tue, 15 Jan 2008 11:11:03 +0100 Aziz K?ksal Using SemanticPass1 in main.d do start semantic analysis.
Mon, 14 Jan 2008 22:34:09 +0100 Aziz K?ksal Moved some semantic() methods to SemanticPass1.
Mon, 14 Jan 2008 21:16:36 +0100 Aziz K?ksal Fixed ctor of ParenExpression.
Mon, 14 Jan 2008 17:21:45 +0100 Aziz K?ksal Added class ParenExpression.
Mon, 14 Jan 2008 16:01:21 +0100 Aziz K?ksal Moved semantic() methods of expressions to class SemanticPass1.
Mon, 14 Jan 2008 15:11:24 +0100 Aziz K?ksal Added some methods to SemanticPass1 class.
Mon, 14 Jan 2008 14:55:49 +0100 Aziz K?ksal Added module cmd.ASTStats.
Mon, 14 Jan 2008 14:18:23 +0100 Aziz K?ksal Added module dil.ast.DefaultVisitor.
Mon, 14 Jan 2008 14:10:31 +0100 Aziz K?ksal Fixed some return statements.
Mon, 14 Jan 2008 02:36:14 +0100 Aziz K?ksal Added an error message.
Mon, 14 Jan 2008 01:45:44 +0100 Aziz K?ksal Added two error messages.
Mon, 14 Jan 2008 01:12:28 +0100 Aziz K?ksal Renamed parseAggregateDeclaration() to parseStructOrUnionDeclaration().
Mon, 14 Jan 2008 01:06:17 +0100 Aziz K?ksal Reporting error if module declaration is not first.
Mon, 14 Jan 2008 00:21:13 +0100 Aziz K?ksal Added more visit() methods to dil.semantic.SemanticPass1.
Sun, 13 Jan 2008 21:53:01 +0100 Aziz K?ksal Added class Visitor.
Sun, 13 Jan 2008 19:26:12 +0100 Aziz K?ksal Fixed parsing of TemplateInstanceExpressions.
Sat, 12 Jan 2008 11:45:40 +0100 Aziz K?ksal Replaced a case statement with an if statement in ImportParser.
Sat, 12 Jan 2008 02:55:17 +0100 Aziz K?ksal Fixed parsing of AsmPostBracketExpression.
Sat, 12 Jan 2008 01:56:04 +0100 Aziz K?ksal Added dil.parser.ExpressionParser and dil.parser.Factory.
Fri, 11 Jan 2008 21:01:07 +0100 Aziz K?ksal Added README file.
Fri, 11 Jan 2008 20:03:46 +0100 Aziz K?ksal Moved files in src/std/ to src/util/.
Fri, 11 Jan 2008 15:23:38 +0100 Aziz K?ksal Added test case forward04.d.
Fri, 11 Jan 2008 15:09:58 +0100 Aziz K?ksal Added a test case to forward02.d.
Fri, 11 Jan 2008 15:06:53 +0100 Aziz K?ksal Added test case forward03.d.
Fri, 11 Jan 2008 14:42:00 +0100 Aziz K?ksal Added test case forward02.d.
Fri, 11 Jan 2008 14:37:45 +0100 Aziz K?ksal Added test folder for compiler tests. Added forward01.d.
Fri, 11 Jan 2008 01:45:24 +0100 Aziz K?ksal Added dil.semantic.Template.
Fri, 11 Jan 2008 01:43:31 +0100 Aziz K?ksal Added semantics.wiki.
Fri, 11 Jan 2008 01:11:12 +0100 Aziz K?ksal Moved class dil.ast.Expression to its own module.
Fri, 11 Jan 2008 00:54:53 +0100 Aziz K?ksal Renamed Scope.push/pop to Scope.enter/exit.
Fri, 11 Jan 2008 00:49:05 +0100 Aziz K?ksal Renamed Parser.lx to Parser.lexer.
Fri, 11 Jan 2008 00:42:35 +0100 Aziz K?ksal Refactored the way dot expressions are parsed.
Thu, 10 Jan 2008 19:47:34 +0100 Aziz K?ksal Added member 'EnumType type' to class Enum.
Wed, 09 Jan 2008 17:41:22 +0100 Aziz K?ksal Fixed some error messages.
Tue, 08 Jan 2008 22:15:59 +0100 Aziz K?ksal Added member ident to class Symbol.
Tue, 08 Jan 2008 21:28:53 +0100 Aziz K?ksal Added symbol Enum.
Mon, 07 Jan 2008 20:43:39 +0100 Aziz K?ksal Fixed Node.getDocComments().
Mon, 07 Jan 2008 20:36:08 +0100 Aziz K?ksal Added getDocComments() to class Node.
Sun, 06 Jan 2008 22:58:49 +0100 Aziz K?ksal Added semantic code to insert symbols into the scope.
Sun, 06 Jan 2008 21:07:37 +0100 Aziz K?ksal Changed 9 to 11 in hashing function for identifiers.
Sun, 06 Jan 2008 21:06:20 +0100 Aziz K?ksal Wrote custom look-up tables for HTML entities.
Sun, 06 Jan 2008 15:26:03 +0100 Aziz K?ksal Moved dil.ast.Parameter to dil.ast.Parameters.
Sun, 06 Jan 2008 15:23:40 +0100 Aziz K?ksal Making use of struct NewlineData.
Sun, 06 Jan 2008 01:19:29 +0100 Aziz K?ksal Moved class BaseClass to module dil.ast.BaseClass.
Sun, 06 Jan 2008 01:09:54 +0100 Aziz K?ksal Moved template parameter classes to dil.ast.Parameter.
Sun, 06 Jan 2008 01:06:36 +0100 Aziz K?ksal Moved class Parameter/s to module dil.ast.Parameter.
Sun, 06 Jan 2008 01:00:43 +0100 Aziz K?ksal Moved dil.IdentsGenerator to dil.lexer.IdentsGenerator.
Sun, 06 Jan 2008 00:58:27 +0100 Aziz K?ksal Moved dil.IdentsEnum to dil.lexer.IdentsEnum.
Sun, 06 Jan 2008 00:55:37 +0100 Aziz K?ksal Moved dil.IdTable to dil.lexer.IdTable.
Sun, 06 Jan 2008 00:52:20 +0100 Aziz K?ksal Moved dil.Identifier to dil.lexer.Identifier.
Sun, 06 Jan 2008 00:45:53 +0100 Aziz K?ksal Moved dil.Keywords to dil.lexer.Keywords.
Sun, 06 Jan 2008 00:39:15 +0100 Aziz K?ksal Renamed dil_html.css/dil_xml.css to html.css/xml.css.