log

age author description
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 13:46:17 +0200 Aziz K?ksal Empty source files are handled correctly now.
Fri, 21 Sep 2007 12:47:47 +0200 Aziz K?ksal Applied fixes to Lexer, Parser and other classes.
Wed, 19 Sep 2007 23:12:20 +0300 Jari-Matti M?kel? Added couple of docgen modules.
Wed, 19 Sep 2007 12:20:11 +0200 Aziz K?ksal Fixed forward references of enum MID complaints by compiler.
Mon, 17 Sep 2007 21:57:11 +0200 Aziz K?ksal Applied fix to hex float scanner.
Mon, 17 Sep 2007 20:35:08 +0200 Aziz K?ksal Applied fixes and improvements to the Lexer class.
Sat, 15 Sep 2007 17:12:26 +0200 Aziz K?ksal Migrated project to Tango.
Wed, 12 Sep 2007 21:03:41 +0200 Aziz K?ksal Refactored Lexer.scan().
Wed, 12 Sep 2007 18:18:29 +0200 Aziz K?ksal Applied fixes and improvements to hex float scanner.
Wed, 12 Sep 2007 13:43:45 +0200 Aziz K?ksal Applied some fixes to scanning and printing #line tokens.
Wed, 12 Sep 2007 12:04:21 +0200 Aziz K?ksal Undefined escape sequences are passed to error() now.
Tue, 11 Sep 2007 23:09:27 +0200 Aziz K?ksal Refactored code related to scanning escape sequences.
Tue, 11 Sep 2007 21:56:53 +0200 Aziz K?ksal Updated lists and added notice about new hg repository.
Tue, 11 Sep 2007 18:59:45 +0200 Aziz K?ksal Refactored scanNormalStringLiteral().
Tue, 11 Sep 2007 18:15:02 +0200 Aziz K?ksal Implemented scanner for new string literals and applied some fixes.
Mon, 10 Sep 2007 17:36:58 +0200 Aziz K?ksal Applied fixes to isNonReservedIdentifier().
Sat, 08 Sep 2007 20:57:01 +0000 aziz - Updated AUTHORS file.
Sat, 08 Sep 2007 20:44:05 +0000 aziz - Updated AUTHORS file.
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:53:02 +0000 aziz - Added two items to list of features.
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.
Thu, 06 Sep 2007 14:56:02 +0000 aziz - Added Finnish translation.
Thu, 06 Sep 2007 12:31:01 +0000 aziz - Applied patch by Jari-Matti M?kel?. Should compile with tangobos now.
Thu, 06 Sep 2007 07:10:03 +0000 aziz - Added members loc_old and loc_hline to class Lexer.