log

age author description
Tue, 18 Dec 2007 22:46:07 +0100 Aziz K?ksal Added semantic() method to RealExpression.
Tue, 18 Dec 2007 22:22:30 +0100 Aziz K?ksal Added assert() to Lexer.finalizeFloat().
Tue, 18 Dec 2007 21:23:52 +0100 Aziz K?ksal Added constructors and semantic() methods.
Tue, 18 Dec 2007 15:14:41 +0100 Aziz K?ksal Added some semantic() methods.
Tue, 18 Dec 2007 00:32:30 +0100 Aziz K?ksal Fixed parsing bug in parseVariableOrFunction().
Mon, 17 Dec 2007 22:16:13 +0100 Aziz K?ksal Added a new field to statistics generation.
Mon, 17 Dec 2007 17:35:38 +0100 Aziz K?ksal Improved error reporting in dil.Converter.
Mon, 17 Dec 2007 16:10:08 +0100 Aziz K?ksal Renamed InformationManager to InfoManager.
Mon, 17 Dec 2007 13:23:52 +0100 Aziz K?ksal Added method skipped() to dil.Parser.
Mon, 17 Dec 2007 02:36:37 +0100 Aziz K?ksal Unindented if-block in parseVariableOrFunction().
Mon, 17 Dec 2007 01:52:46 +0100 Aziz K?ksal Tidied up version/debug parser functions.
Sun, 16 Dec 2007 23:00:05 +0100 Aziz K?ksal Fixed something in dil.Parser.
Sun, 16 Dec 2007 22:45:23 +0100 Aziz K?ksal Added struct MITable.
Sun, 16 Dec 2007 22:12:44 +0100 Aziz K?ksal Added more Type classes to dil.TypeSystem.
Sun, 16 Dec 2007 21:24:54 +0100 Aziz K?ksal Added struct Types with pre-defined types.
Sun, 16 Dec 2007 19:34:36 +0100 Aziz K?ksal Moved struct MSG from dil.Parser to dil.Messages.
Sun, 16 Dec 2007 19:31:36 +0100 Aziz K?ksal Added some more predefined identifiers.
Sun, 16 Dec 2007 19:14:21 +0100 Aziz K?ksal Added module dil.TypesEnum.
Sat, 15 Dec 2007 22:51:27 +0100 Aziz K?ksal Fix: added 'Cent' to enum TID.
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.
Sat, 15 Dec 2007 18:55:06 +0100 Aziz K?ksal Added module dil.Converter and dil.FileBOM.
Fri, 14 Dec 2007 23:10:35 +0100 Aziz K?ksal Added module dil.Symbols.
Fri, 14 Dec 2007 22:43:44 +0100 Aziz K?ksal Renamed template Cast to TryCast.
Fri, 14 Dec 2007 20:12:13 +0100 Aziz K?ksal Using class Module in SettingsLoader.
Fri, 14 Dec 2007 19:32:07 +0100 Aziz K?ksal Added new error classes.
Fri, 14 Dec 2007 19:08:21 +0100 Aziz K?ksal Refactored code related to settings.
Thu, 13 Dec 2007 23:04:50 +0100 Aziz K?ksal Added module dil.TypeSystem.
Thu, 13 Dec 2007 21:23:41 +0100 Aziz K?ksal Renamed class Type to TypeNode.
Thu, 13 Dec 2007 18:45:29 +0100 Aziz K?ksal Added module dil.Unicode.
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:28:37 +0100 Aziz K?ksal Refactored code and fixed a few things in cmd.Statistics.
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 15:05:08 +0100 Aziz K?ksal Added module dil.Package and semantic() to class Module.
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 23:16:12 +0100 Aziz K?ksal Moved enum TOK to new module dil.TokenIDs.
Sun, 09 Dec 2007 22:37:47 +0100 Aziz K?ksal Implemented global table of identifiers.
Sun, 09 Dec 2007 19:37:32 +0100 Aziz K?ksal Refactored scanners for block and nested comments.
Sun, 09 Dec 2007 14:58:38 +0100 Aziz K?ksal Refactored a few things in the Lexer.
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.
Tue, 04 Dec 2007 23:31:20 +0100 Aziz K?ksal Refactored code and added new modules.
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 20:20:44 +0100 Aziz K?ksal Added 'tokenize' command.
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.
Sat, 17 Nov 2007 23:16:12 +0100 Aziz K?ksal Translator: implemented project properties dialog.
Wed, 14 Nov 2007 22:07:50 +0100 Aziz K?ksal Translator: some fixes and additions.
Mon, 12 Nov 2007 20:40:41 +0100 Aziz K?ksal Translator: catalogues can be saved to disk now.
Mon, 12 Nov 2007 17:18:30 +0100 Aziz K?ksal Translator: added ClosingProjectDialog.
Sun, 11 Nov 2007 16:43:37 +0200 jm s-exp comment fix.
Sat, 10 Nov 2007 23:50:09 +0100 Aziz K?ksal Translator: major changes and additions.
Fri, 09 Nov 2007 16:06:06 +0100 Aziz K?ksal Translator: made central widget a QTabWidget.
Thu, 08 Nov 2007 21:22:40 +0100 Aziz K?ksal Translator: messages can be edited now.
Thu, 08 Nov 2007 20:50:14 +0200 Jari-Matti M?kel? Merged changes.
Thu, 08 Nov 2007 17:44:25 +0200 Jari-Matti M?kel? Misc fixes & updates.
Tue, 06 Nov 2007 17:08:57 +0100 Aziz K?ksal Translator: implemented more functionalities of MsgForm.
Sun, 04 Nov 2007 14:06:04 +0100 Aziz K?ksal Translator: implemented some functionality of MsgForm.
Wed, 31 Oct 2007 23:03:56 +0200 Jari-Matti M?kel? Initial plain text output support.
Wed, 31 Oct 2007 21:42:33 +0200 Jari-Matti M?kel? Fixed latex regressions, added html file lists.
Wed, 31 Oct 2007 20:15:16 +0200 Jari-Matti M?kel? Fixes for the html generation.
Wed, 31 Oct 2007 16:03:11 +0200 Jari-Matti M?kel? Support for static content.
Wed, 31 Oct 2007 15:17:20 +0200 Jari-Matti M?kel? Fixed parts of HTML output, some reorganizing.
Tue, 30 Oct 2007 20:27:24 +0100 Aziz K?ksal Forgot to add the new module.
Tue, 30 Oct 2007 20:25:42 +0100 Aziz K?ksal Added new module with compiler constants to resolve import cycle.
Tue, 30 Oct 2007 20:54:26 +0200 Jari-Matti M?kel? Added missing generators.
Tue, 30 Oct 2007 20:52:29 +0200 Jari-Matti M?kel? Docgen code for handling public imports.
Tue, 30 Oct 2007 18:17:14 +0100 Aziz K?ksal Added isStatic() and isPublic() to ImportDeclaration.
Tue, 30 Oct 2007 18:12:01 +0100 Aziz K?ksal Translator: added new modules; applied fixes.
Tue, 30 Oct 2007 16:58:17 +0200 Jari-Matti M?kel? Fix to the image cache, cleaned stuff.
Tue, 30 Oct 2007 15:44:05 +0200 Jari-Matti M?kel? small fix to make it compile
Tue, 30 Oct 2007 15:41:30 +0200 Jari-Matti M?kel? Cached images, small fixes, reorganizing.
Tue, 30 Oct 2007 02:35:56 +0200 Jari-Matti M?kel? Dependency lists, minor cleanup.
Mon, 29 Oct 2007 21:27:02 +0200 Jari-Matti M?kel? Simple configuration reader, small modifications.
Fri, 26 Oct 2007 01:04:09 +0200 Jari-Matti M?kel? depgraph fixes, better design for multiple doctargets.
Thu, 25 Oct 2007 01:08:38 +0300 Jari-Matti M?kel? Parsing bugfixes, cleaned up imports.
Wed, 24 Oct 2007 22:31:38 +0300 Jari-Matti M?kel? Simple docgen ui util, some fixes.
Wed, 24 Oct 2007 17:25:52 +0300 Jari-Matti M?kel? Page templates, more flexible writer interfaces, small fixes.
Wed, 17 Oct 2007 20:55:55 +0200 Aziz K?ksal Added release script.
Wed, 17 Oct 2007 20:35:56 +0300 Jari-Matti M?kel? Depgraph test + minor modifications.
Wed, 17 Oct 2007 19:23:56 +0300 Jari-Matti M?kel? Simpler writer hierarchy.
Wed, 17 Oct 2007 18:43:29 +0300 Jari-Matti M?kel? Merged changes.
Wed, 17 Oct 2007 18:41:46 +0300 Jari-Matti M?kel? Refactored writers.
Wed, 17 Oct 2007 17:38:54 +0200 Aziz K?ksal Added functions for finding the executables path.
Wed, 17 Oct 2007 03:12:46 +0300 Jari-Matti M?kel? More document template and source listing code.
Tue, 16 Oct 2007 22:20:37 +0200 Aziz K?ksal Merged branches.
Tue, 16 Oct 2007 22:13:37 +0200 Aziz K?ksal Translator: added new modules; made fixes and many additions.
Tue, 16 Oct 2007 17:53:59 +0300 Jari-Matti M?kel? Initial docgen test stuff.
Tue, 16 Oct 2007 17:49:53 +0300 Jari-Matti M?kel? Compile error in -debug.
Fri, 12 Oct 2007 22:51:40 +0200 Aziz K?ksal Translator: applied some fixes and made some additions.
Fri, 12 Oct 2007 22:16:21 +0200 Aziz K?ksal Translator: added modules langfile and project.
Fri, 12 Oct 2007 11:12:10 +0200 Aziz K?ksal Translator: added NewProjectDialog.
Thu, 11 Oct 2007 16:34:22 +0200 Aziz K?ksal Added AboutDialog to translator.
Tue, 09 Oct 2007 20:57:16 +0200 Aziz K?ksal Added PyQt4 application for creating and managing translations.
Sun, 07 Oct 2007 23:22:15 +0200 Aziz K?ksal Fix: members related to error info weren't updated correctly.
Thu, 04 Oct 2007 22:31:59 +0200 Aziz K?ksal Fixed some issues in scanEscapeSequence().
Thu, 04 Oct 2007 16:50:59 +0200 Aziz K?ksal Added message MID.InvalidUnicodeEscapeSequence.
Thu, 04 Oct 2007 09:55:07 +0200 Aziz K?ksal Fix: analyzeGraph() should work correctly now.
Wed, 03 Oct 2007 23:00:46 +0200 Aziz K?ksal Fixed a few things regarding encoding/decoding UTF-8 sequences.
Wed, 03 Oct 2007 17:13:50 +0200 Aziz K?ksal Fix: removed infinite loop when parsing static imports.
Mon, 01 Oct 2007 19:22:10 +0200 Aziz K?ksal Looking for config.d and language file in executables folder now.
Mon, 01 Oct 2007 18:49:26 +0200 Aziz K?ksal Added a new option '-m' to the igraph command.
Mon, 01 Oct 2007 15:38:30 +0200 Aziz K?ksal Improved decodeUTF8().
Sun, 30 Sep 2007 23:42:01 +0200 Aziz K?ksal Added own UTF-8 decoding function.
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.
Sat, 29 Sep 2007 14:26:14 +0200 Aziz K?ksal Made some changes. Added an item to the D2.0 list.
Fri, 28 Sep 2007 13:08:51 +0200 Aziz K?ksal Made Location a class and extended it with new members.
Fri, 28 Sep 2007 12:10:11 +0200 Aziz K?ksal Added new member 'p_newl' to Lexer and applied some fixes.
Thu, 27 Sep 2007 17:06:28 +0200 Aziz K?ksal Applied some fixes to the Lexer.
Thu, 27 Sep 2007 13:59:36 +0200 Aziz K?ksal Fixed parsing asm FS register.
Thu, 27 Sep 2007 11:24:53 +0200 Aziz K?ksal Detecting two more errors when scanning an escape sequence.
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.
Wed, 26 Sep 2007 17:12:00 +0200 Aziz K?ksal Added an alternative scan() method to class Lexer.
Tue, 25 Sep 2007 16:44:27 +0200 Aziz K?ksal Added struct Location, and token2LocTable to Lexer.
Tue, 25 Sep 2007 15:04:41 +0200 Aziz K?ksal Added __EOF__ token.
Tue, 25 Sep 2007 14:28:35 +0200 Aziz K?ksal Added destructors for two particular tokens.
Tue, 25 Sep 2007 12:15:49 +0200 Aziz K?ksal Added code for parsing C function pointer declarations.
Mon, 24 Sep 2007 17:22:59 +0200 Aziz K?ksal Fixed byte swap expressions in dil.File.utf32BEtoLE().
Sun, 23 Sep 2007 21:50:27 +0200 Aziz K?ksal Added modules dil.Scope and dil.Symbol.
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 23:49:52 +0200 Aziz K?ksal Fixed the way newlines are handled after #! and #line tokens.
Sat, 22 Sep 2007 21:01:31 +0200 Aziz K?ksal Migrated the code that generates the ptable to Tango.
Sat, 22 Sep 2007 19:49:54 +0200 Aziz K?ksal Improved statistics generation.
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.
Mon, 03 Sep 2007 16:29:02 +0000 aziz - Renamed findModule() to findModulePath().
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 11:07:05 +0000 aziz - Added option includes to config.d.
Fri, 31 Aug 2007 00:53:00 +0000 aziz - Every command module has an execute method now.
Thu, 30 Aug 2007 12:02:04 +0000 aziz - Added package cmd.
Thu, 30 Aug 2007 10:47:03 +0000 aziz - Fix: casting ubyte[] to ushort[] and uint[] respectively.
Tue, 28 Aug 2007 15:29:01 +0000 aziz - Separated a part of loadFile() to its own function data2text(). Made some fixes to the code as well.
Tue, 28 Aug 2007 11:44:00 +0000 aziz - Renamed scanSpecialToken() to scanSpecialTokenSequence().
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.
Sun, 26 Aug 2007 11:40:04 +0000 aziz - Added an assert to loadFile().
Sun, 26 Aug 2007 11:23:04 +0000 aziz - Improved Exception messages.
Sun, 26 Aug 2007 10:01:04 +0000 aziz - Added some comments.
Sun, 26 Aug 2007 09:25:03 +0000 aziz - Fix in loadFile(): added else bodies.
Sun, 26 Aug 2007 00:55:05 +0000 aziz - Added code for detecting Unicode format of a file without a BOM.
Sun, 26 Aug 2007 00:12:00 +0000 aziz - Added module File.
Sat, 25 Aug 2007 19:47:02 +0000 aziz - Fixed unittests in module Lexer.
Sat, 25 Aug 2007 11:13:01 +0000 aziz - Added variable 'lang_code' to language files.
Fri, 24 Aug 2007 22:55:02 +0000 aziz - Corrected some Turkish translations.
Thu, 23 Aug 2007 15:54:04 +0000 aziz - Changed module name of main.d from dparser to main.
Thu, 23 Aug 2007 15:49:02 +0000 aziz - Fix: include one space when slicing time_str for __DATE__.
Thu, 23 Aug 2007 15:27:04 +0000 aziz - Changed a word in a Turkish sentence.
Thu, 23 Aug 2007 15:26:04 +0000 aziz - Added member tail and destructor method to Lexer.
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 15:56:02 +0000 aziz - Removed usageGenerate from Settings.d. Added some comments.
Wed, 22 Aug 2007 15:53:04 +0000 aziz - Made some corrections to the message catalogs.
Wed, 22 Aug 2007 13:08:04 +0000 aziz - Added Turkish to supported languages.
Wed, 22 Aug 2007 13:00:03 +0000 aziz - Added Turkish translation of the compiler messages.
Wed, 22 Aug 2007 09:51:02 +0000 aziz - Moved parsePostExpression() above parseUnaryExpression().
Wed, 22 Aug 2007 09:45:00 +0000 aziz - Added a name table to getShortClassName().
Wed, 22 Aug 2007 08:33:00 +0000 aziz - Moved Pad template to the top.
Wed, 22 Aug 2007 07:12:04 +0000 aziz - HTML documents can be generated, too now.
Wed, 22 Aug 2007 06:41:02 +0000 aziz - Added template Pad for padding numbers.
Tue, 21 Aug 2007 20:15:02 +0000 aziz - Renamed format.css to dil_xml.css.
Tue, 21 Aug 2007 19:44:03 +0000 aziz - Renamed command highlight to generate.
Tue, 21 Aug 2007 17:56:00 +0000 aziz - Added code for printing #line and filespec tokens.
Tue, 21 Aug 2007 16:49:00 +0000 aziz - Added package dil to import declarations.
Tue, 21 Aug 2007 16:35:04 +0000 aziz - Added package 'dil' to module declarations.
Tue, 21 Aug 2007 16:28:05 +0000 aziz - Moved some source files to src/dil/.
Tue, 21 Aug 2007 16:18:02 +0000 aziz - Added directory src/dil.
Tue, 21 Aug 2007 15:26:00 +0000 aziz - Rewrote scanSpecialToken().
Mon, 20 Aug 2007 19:59:04 +0000 aziz - Moved out large TOK switch case to function printToken().
Mon, 20 Aug 2007 19:47:03 +0000 aziz - Added some calls to set().
Sat, 18 Aug 2007 21:37:04 +0000 aziz - Fix in parseImportDeclaration(): rewrote while loop and removed a call to nT().
Fri, 17 Aug 2007 12:26:01 +0000 aziz - Removed assigment to 'begin' from loop. Initializing 'begin' at decl point.
Fri, 17 Aug 2007 11:35:02 +0000 aziz - Added member prevToken to Parser.
Wed, 15 Aug 2007 21:46:00 +0000 aziz - Added list of features dil has atm. Brought list of D2.0 additions under the first list.
Wed, 15 Aug 2007 21:23:02 +0000 aziz - Created wiki directory and added main.wiki.
Wed, 15 Aug 2007 20:33:02 +0000 aziz - Added method scanShebang to class Lexer.
Wed, 15 Aug 2007 19:57:01 +0000 aziz - Added Whitespace, Sheband and Hashline to enum TOK. TOK.Whitespace is a flag and tokens that are considered whitespace are flagged as such.
Wed, 15 Aug 2007 19:26:04 +0000 aziz - Fix: assign new EmptyDeclaration to decls when parsing PragmaStatement.
Wed, 15 Aug 2007 19:19:00 +0000 aziz - Added Special to enum TOK.
Wed, 15 Aug 2007 17:37:03 +0000 aziz - Added check for number of entries in messages table.
Wed, 15 Aug 2007 17:20:03 +0000 aziz - Added German translation of compiler messages.
Wed, 15 Aug 2007 16:07:05 +0000 aziz - Added new files Settings.d, config.d and lang_en.d
Tue, 14 Aug 2007 18:35:02 +0000 aziz - Indented some cases. Removed case TOK.Catenate.
Tue, 14 Aug 2007 18:19:03 +0000 aziz - Don't consider '\!' as an operator when it begins a template argument list.
Tue, 14 Aug 2007 17:53:03 +0000 aziz - Moved code out of main() to separate functions.
Tue, 14 Aug 2007 12:18:01 +0000 aziz - Added class Declarations.
Tue, 14 Aug 2007 11:03:04 +0000 aziz - Added keyword debug to some statements. Removed some as well.
Tue, 14 Aug 2007 10:44:04 +0000 aziz - Added keyword debug to some statements.
Sat, 11 Aug 2007 20:31:01 +0000 aziz - Fix in parseNewExpression(): removed check for type id.
Sat, 11 Aug 2007 17:30:02 +0000 aziz - Fix in some ctors: adding only non-null members to this.children.
Fri, 10 Aug 2007 11:21:05 +0000 aziz - Fix: adding only non-null members to this.children in EnumDeclaration ctor.