log trunk/src/main.d @ 520:f203c5248d0b

age author description
Sat, 15 Dec 2007 22:25:18 +0100 Aziz K?ksal Added 'compile' command.
Fri, 14 Dec 2007 19:08:21 +0100 Aziz K?ksal Refactored code related to settings.
Sat, 01 Dec 2007 20:20:44 +0100 Aziz K?ksal Added 'tokenize' command.
Fri, 30 Nov 2007 20:17:29 +0100 Aziz K?ksal Changed a lot of things in the Lexer.
Tue, 30 Oct 2007 20:25:42 +0100 Aziz K?ksal Added new module with compiler constants to resolve import cycle.
Wed, 17 Oct 2007 17:38:54 +0200 Aziz K?ksal Added functions for finding the executables path.
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.
Sun, 30 Sep 2007 15:20:35 +0200 Aziz K?ksal Added support for column numbers in error messages.
Sat, 22 Sep 2007 19:49:54 +0200 Aziz K?ksal Improved statistics generation.
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.
Sat, 08 Sep 2007 16:42:02 +0000 aziz - Added code to main() for recognizing options to the importgraph command.
Sat, 01 Sep 2007 11:23:01 +0000 aziz - Renamed method start() to init() in Parser.
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.
Thu, 30 Aug 2007 12:02:04 +0000 aziz - Added package cmd.
Sun, 26 Aug 2007 15:59:02 +0000 aziz - Replaced calls to std.file.read() with dil.loadFile().
Sun, 26 Aug 2007 00:12:00 +0000 aziz - Added module File.
Thu, 23 Aug 2007 15:54:04 +0000 aziz - Changed module name of main.d from dparser to main.
Thu, 23 Aug 2007 14:10:04 +0000 aziz - Removed TOK.Special and added an own entry for each special token.
Wed, 22 Aug 2007 15:53:04 +0000 aziz - Made some corrections to the message catalogs.
Wed, 22 Aug 2007 09:45:00 +0000 aziz - Added a name table to getShortClassName().
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 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().
Wed, 15 Aug 2007 20:33:02 +0000 aziz - Added method scanShebang to class Lexer.
Wed, 15 Aug 2007 19:19:00 +0000 aziz - Added Special to enum TOK.
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 10:44:04 +0000 aziz - Added keyword debug to some statements.
Thu, 09 Aug 2007 21:39:03 +0000 aziz - Added checks for null before adding member to Node.children.
Wed, 01 Aug 2007 15:14:05 +0000 aziz - Upgraded license notices to GPL3.
Tue, 24 Jul 2007 20:01:02 +0000 aziz - Added members trying, errorCount and prev (for debugging) to Parser.
Sun, 08 Jul 2007 20:34:05 +0000 aziz - Implemented parseInterfaceDeclaration().
Wed, 04 Jul 2007 22:19:01 +0000 aziz - scanEscapeSequences() doesn't return 0xFFFF as an error value anymore, because it is a valid codepoint usable by the user.
Sun, 01 Jul 2007 13:53:00 +0000 aziz - Added module Information for compiler messages like warnings, info and errors to the user.
Sat, 30 Jun 2007 11:27:01 +0000 aziz - Added support for variadic arguments in error messages.
Fri, 29 Jun 2007 19:14:05 +0000 aziz - Renamed function Token.span to Token.srcText.
Fri, 29 Jun 2007 15:07:05 +0000 aziz - Fixed loop of hex number scanner. Moved checks under the switch block.
Fri, 29 Jun 2007 05:47:00 +0000 aziz - The types of integers are recognized now.
Wed, 27 Jun 2007 17:58:00 +0000 aziz - Relocated messages table to a separate module.
Wed, 27 Jun 2007 16:43:00 +0000 aziz - Displaying error messages in XML.
Tue, 26 Jun 2007 14:00:01 +0000 aziz - Specific operators and comments can be formatted with CSS now.
Tue, 26 Jun 2007 10:06:01 +0000 aziz - Added unittest to test correct parsing of operator tokens.
Tue, 26 Jun 2007 07:57:00 +0000 aziz - Added code for parsing Unordered, UorE, UorG, UorGorE, UorL, UorLorE, NotEqual and Not tokens.
Mon, 25 Jun 2007 19:04:03 +0000 aziz - Added code for parsing back quote and raw strings.
Mon, 25 Jun 2007 17:45:02 +0000 aziz - Added missing commas after the items in the messages table.
Mon, 25 Jun 2007 13:34:03 +0000 aziz - Added struct for strings to Token with 'pf' = postfix.
Mon, 25 Jun 2007 08:37:02 +0000 aziz - Added code for parsing the '#line' special token.
Sun, 24 Jun 2007 17:19:03 +0000 aziz - Added table for identifiers to Lexer.
Sun, 24 Jun 2007 11:02:05 +0000 aziz - Added code for parsing Dot, Slice and Ellipses tokens.
Sat, 23 Jun 2007 22:43:02 +0000 aziz - Added code for parsing Colon, Semicolon, Question, Comma and Dollar.
Sat, 23 Jun 2007 22:31:02 +0000 aziz - Added code for parsing braces.