log

age author description
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.
Sun, 06 Jan 2008 00:28:26 +0100 Aziz K?ksal Moved dil.TokensEnum to dil.lexer.TokensEnum.
Sun, 06 Jan 2008 00:25:29 +0100 Aziz K?ksal Moved dil.Token to dil.lexer.Token.
Sun, 06 Jan 2008 00:04:40 +0100 Aziz K?ksal Moved dil.TypesEnum to dil.semantic.TypesEnum.
Sun, 06 Jan 2008 00:00:16 +0100 Aziz K?ksal Moved dil.Package to dil.semantic.Package.
Sat, 05 Jan 2008 23:58:42 +0100 Aziz K?ksal Moved dil.Module to dil.semantic.Module.
Sat, 05 Jan 2008 23:52:41 +0100 Aziz K?ksal Moved dil.Scope to dil.semantic.Scope.
Sat, 05 Jan 2008 23:47:06 +0100 Aziz K?ksal Moved dil.SymbolTable to dil.semantic.SymbolTable.
Sat, 05 Jan 2008 23:44:26 +0100 Aziz K?ksal Moved dil.Symbols to dil.semantic.Symbols.
Sat, 05 Jan 2008 23:40:54 +0100 Aziz K?ksal Moved dil.Symbol to dil.semantic.Symbol.
Sat, 05 Jan 2008 23:18:36 +0100 Aziz K?ksal Moved dil.Types to dil.ast.Types.
Sat, 05 Jan 2008 23:14:51 +0100 Aziz K?ksal Moved dil.Statements to dil.ast.Statements.
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 22:50:09 +0100 Aziz K?ksal Moved dil.TypeSystem to dil.semantic.Types.
Sat, 05 Jan 2008 22:38:01 +0100 Aziz K?ksal Moved dil.Semantics to dil.semantic.Analysis.
Sat, 05 Jan 2008 22:30:50 +0100 Aziz K?ksal Added comments and renamed a few variables.
Sat, 05 Jan 2008 18:40:10 +0100 Aziz K?ksal Improved function getShortClassName().
Sat, 05 Jan 2008 17:49:55 +0100 Aziz K?ksal Moved SyntaxTree.d to new package 'ast'.