log

age author description
Fri, 18 Jan 2008 23:40:12 +0100 Aziz K?ksal Renamed Token member type to kind.
Fri, 18 Jan 2008 23:11:44 +0100 Aziz K?ksal Improved GermantTranslator.
Fri, 18 Jan 2008 22:40:06 +0100 Aziz K?ksal Fixed parseDeclaratorSuffix().
Fri, 18 Jan 2008 19:28:37 +0100 Aziz K?ksal Added new module dil.doc.Doc.
Fri, 18 Jan 2008 18:18:14 +0100 Aziz K?ksal Made Token.getLocation() a template function and added two aliases.
Fri, 18 Jan 2008 17:25:37 +0100 Aziz K?ksal Added code to GermanTranslator to pluralize types if needed.
Fri, 18 Jan 2008 16:44:20 +0100 Aziz K?ksal Renamed VariableDeclaration to VariablesDeclaration.
Fri, 18 Jan 2008 00:30:14 +0100 Aziz K?ksal Added '--asttable' option to command 'statistics'.
Thu, 17 Jan 2008 22:57:36 +0100 Aziz K?ksal Removed enum TID from dil.ast.Types.
Thu, 17 Jan 2008 22:28:04 +0100 Aziz K?ksal Added command 'translate'.
Thu, 17 Jan 2008 19:45:28 +0100 Aziz K?ksal Added module dil.translator.German.
Thu, 17 Jan 2008 19:27:46 +0100 Aziz K?ksal Renamed some identifiers.
Thu, 17 Jan 2008 00:21:16 +0100 Aziz K?ksal Fixed a few things in DefaultVisitor.d and Pass1.d
Wed, 16 Jan 2008 21:42:21 +0100 Aziz K?ksal Revamped DefaultVisitor class.
Wed, 16 Jan 2008 18:28:10 +0100 Aziz K?ksal Added isPos() and isNeg() to SignExpression.
Wed, 16 Jan 2008 15:14:34 +0100 Aziz K?ksal Removed names of abstract classes from NodesEnum.classNames.
Wed, 16 Jan 2008 01:03:32 +0100 Aziz K?ksal Fixed ctor of AsmPostBracketExpression.
Wed, 16 Jan 2008 00:53:58 +0100 Aziz K?ksal Fixed visit() method for Statements in DefaultVisitor.
Wed, 16 Jan 2008 00:35:55 +0100 Aziz K?ksal Fixed getShortClassName().
Tue, 15 Jan 2008 23:26:49 +0100 Aziz K?ksal Implemented class DefaultVisitor.
Tue, 15 Jan 2008 20:34:39 +0100 Aziz K?ksal Renamed EmptyExpression to IllegalExpression.
Tue, 15 Jan 2008 16:49:26 +0100 Aziz K?ksal FunctionBody inherits from Statement now.
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.