log

age author description
Tue, 22 Jan 2008 14:59:12 +0100 Aziz K?ksal Added some methods to ArrayType.
Tue, 22 Jan 2008 14:37:46 +0100 Aziz K?ksal Renamed some semantic types.
Tue, 22 Jan 2008 14:00:08 +0100 Aziz K?ksal Added new module dil.semantic.Interpreter.
Tue, 22 Jan 2008 13:56:21 +0100 Aziz K?ksal Added class Deferred to SemanticPass1.
Mon, 21 Jan 2008 19:07:23 +0100 Aziz K?ksal Added 'pure' keyword.
Mon, 21 Jan 2008 18:40:55 +0100 Aziz K?ksal Added module dil.semantic.Pass2.
Mon, 21 Jan 2008 17:10:12 +0100 Aziz K?ksal Implemented some methods in SemanticPass1.
Sat, 19 Jan 2008 20:35:45 +0100 Aziz K?ksal Renamed FunctionBody, CatchBody and FinallyBody.
Sat, 19 Jan 2008 00:10:57 +0100 Aziz K?ksal Renamed AsmStatement->AsmBlockStatement and AsnInstruction->AsmStatement.
Fri, 18 Jan 2008 23:59:41 +0100 Aziz K?ksal Renamed Statements, Declarations and EnumMember.
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.