log trunk/src/dil/Parser.d @ 524:39b497c76e2b

age author description
Sun, 16 Dec 2007 19:34:36 +0100 Aziz K?ksal Moved struct MSG from dil.Parser to dil.Messages.
Sat, 15 Dec 2007 22:25:18 +0100 Aziz K?ksal Added 'compile' command.
Sat, 15 Dec 2007 19:00:23 +0100 Aziz K?ksal Fixes in dil.Parser.
Fri, 14 Dec 2007 19:32:07 +0100 Aziz K?ksal Added new error classes.
Thu, 13 Dec 2007 21:23:41 +0100 Aziz K?ksal Renamed class Type to TypeNode.
Wed, 12 Dec 2007 22:17:20 +0200 Jari-Matti M?kel? Fixed formatting string bug, thanks Deewiant.
Wed, 12 Dec 2007 03:25:07 +0100 Aziz K?ksal Added isIntegralType() to Token and refactored code.
Wed, 12 Dec 2007 02:41:30 +0100 Aziz K?ksal Removed TOK.WCharLiteral and TOK.DCharLiteral.
Wed, 12 Dec 2007 02:25:42 +0100 Aziz K?ksal Refactored a great amount of code.
Tue, 11 Dec 2007 17:02:42 +0100 Aziz K?ksal Changed occur. of Token* to Identifier* and refactored Parser.
Tue, 11 Dec 2007 14:19:30 +0100 Aziz K?ksal Refactored code and added modules related to tabulated Identifiers.
Sun, 09 Dec 2007 23:27:40 +0100 Aziz K?ksal Fixed parsing of AutoDeclarations.
Sun, 09 Dec 2007 13:04:15 +0100 Aziz K?ksal Improved error recovery in the Parser.
Sat, 08 Dec 2007 22:20:34 +0100 Aziz K?ksal Attributes are evaluated during the parsing phase now.
Fri, 07 Dec 2007 18:22:35 +0100 Aziz K?ksal Refactored a few things in the Parser.
Thu, 06 Dec 2007 22:59:38 +0100 Aziz K?ksal Added code to the Parser and edited main.wiki.
Thu, 06 Dec 2007 22:19:55 +0100 Aziz K?ksal Added module ImportParser and new stuff from DMD2.008.
Tue, 04 Dec 2007 23:33:13 +0100 Aziz K?ksal Forgot committing Parser.d as well.
Mon, 03 Dec 2007 22:44:27 +0100 Aziz K?ksal Refactored classes that inherit from Node.
Sat, 01 Dec 2007 21:42:24 +0100 Aziz K?ksal Added DotExpression and DotType.
Sat, 01 Dec 2007 18:22:56 +0100 Aziz K?ksal Fixed a few things in the Parser.
Fri, 30 Nov 2007 20:17:29 +0100 Aziz K?ksal Changed a lot of things in the Lexer.
Mon, 26 Nov 2007 20:18:54 +0100 Aziz K?ksal Added more calls to set().
Sun, 25 Nov 2007 20:48:10 +0100 Aziz K?ksal Fixed parsing of C-style function pointers.
Sun, 07 Oct 2007 23:22:15 +0200 Aziz K?ksal Fix: members related to error info weren't updated correctly.
Wed, 03 Oct 2007 17:13:50 +0200 Aziz K?ksal Fix: removed infinite loop when parsing static imports.
Sun, 30 Sep 2007 18:51:22 +0200 Aziz K?ksal Applied some fixes to class Lexer.
Sun, 30 Sep 2007 16:59:32 +0200 Aziz K?ksal Refactored Parser.try_().
Sun, 30 Sep 2007 15:20:35 +0200 Aziz K?ksal Added support for column numbers in error messages.
Thu, 27 Sep 2007 13:59:36 +0200 Aziz K?ksal Fixed parsing asm FS register.
Thu, 27 Sep 2007 10:46:00 +0200 Aziz K?ksal Fixed parsing C function pointers in declarations.
Thu, 27 Sep 2007 10:28:08 +0200 Aziz K?ksal Added method insertEmptyTokenBefore() to Lexer. Made some fixes, too.
Tue, 25 Sep 2007 12:15:49 +0200 Aziz K?ksal Added code for parsing C function pointer declarations.
Sun, 23 Sep 2007 21:48:05 +0200 Aziz K?ksal Added class EnumMember.
Sun, 23 Sep 2007 20:32:12 +0200 Aziz K?ksal Added two error messages.
Sun, 23 Sep 2007 18:42:36 +0200 Aziz K?ksal Added method parseDeclarationsBlockNoColon().
Sat, 22 Sep 2007 18:24:54 +0200 Aziz K?ksal Added case statements to switch in Parser.parseStatement().
Sat, 22 Sep 2007 15:32:08 +0200 Aziz K?ksal Renamed some Expression classes.
Sat, 22 Sep 2007 14:58:44 +0200 Aziz K?ksal Fixed Parser.parseEnumDeclaration(): empty enums are allowed now.
Fri, 21 Sep 2007 12:47:47 +0200 Aziz K?ksal Applied fixes to Lexer, Parser and other classes.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Sat, 08 Sep 2007 20:23:02 +0000 aziz - Fix in parseTemplateArguments_(): calling nested parseType_() instead of parseType() in try_().
Sat, 08 Sep 2007 18:25:01 +0000 aziz - Added tparams member to IsExpression.
Sat, 08 Sep 2007 17:24:05 +0000 aziz - Separated common code to parseTemplateArguments_().
Sat, 08 Sep 2007 16:42:02 +0000 aziz - Added code to main() for recognizing options to the importgraph command.
Fri, 07 Sep 2007 11:36:01 +0000 aziz - Added class AsmAlignStatement.
Sat, 01 Sep 2007 19:58:01 +0000 aziz - Added override attribute to ImportParser.start().
Sat, 01 Sep 2007 11:23:01 +0000 aziz - Renamed method start() to init() in Parser.
Fri, 31 Aug 2007 23:07:05 +0000 aziz - ImportGraph.execute() can parse all modules depending on the imports of the root module.
Fri, 31 Aug 2007 12:14:03 +0000 aziz - Added command importgraph/igraph to main.d.
Fri, 31 Aug 2007 00:53:00 +0000 aziz - Every command module has an execute method now.
Tue, 28 Aug 2007 11:41:00 +0000 aziz - Added messages MissingLinkageType and UnrecognizedLinkageType.
Sun, 26 Aug 2007 15:59:02 +0000 aziz - Replaced calls to std.file.read() with dil.loadFile().
Sun, 26 Aug 2007 13:44:01 +0000 aziz - Renamed Linkage.Invalid to Linkage.Extern.
Thu, 23 Aug 2007 14:10:04 +0000 aziz - Removed TOK.Special and added an own entry for each special token.
Thu, 23 Aug 2007 12:14:02 +0000 aziz - Added error messages MID.InContract and MID.OutContract.
Wed, 22 Aug 2007 20:13:00 +0000 aziz - Fix: created TemplateAliasParameter instead of TemplateTypeParameter.
Wed, 22 Aug 2007 19:50:01 +0000 aziz - Changed class TemplateParameter to an abstract class.
Wed, 22 Aug 2007 09:51:02 +0000 aziz - Moved parsePostExpression() above parseUnaryExpression().
Tue, 21 Aug 2007 16:49:00 +0000 aziz - Added package dil to import declarations.