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.