log trunk/src/dil/ast/NodesEnum.d @ 797:cf2ad5df025c

age author description
Fri, 29 Feb 2008 22:51:24 +0100 Aziz K?ksal Added documentation comments.
Sun, 24 Feb 2008 02:41:11 +0100 Aziz K?ksal Added and revised documenation comments.
Sun, 17 Feb 2008 02:21:55 +0100 Aziz K?ksal Added and improved documentation.
Tue, 22 Jan 2008 23:23:03 +0100 Aziz K?ksal Renamed VoidInitializer, ArrayInitializer and StructInitializer.
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 16:44:20 +0100 Aziz K?ksal Renamed VariableDeclaration to VariablesDeclaration.
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:27:46 +0100 Aziz K?ksal Renamed some identifiers.
Wed, 16 Jan 2008 15:14:34 +0100 Aziz K?ksal Removed names of abstract classes from NodesEnum.classNames.
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: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 11:22:55 +0100 Aziz K?ksal Made AttributeDeclaration abstract.
Mon, 14 Jan 2008 17:21:45 +0100 Aziz K?ksal Added class ParenExpression.
Mon, 14 Jan 2008 02:36:14 +0100 Aziz K?ksal Added an error message.
Sun, 13 Jan 2008 21:53:01 +0100 Aziz K?ksal Added class Visitor.