log trunk/src/main.d @ 358:0faf57d99c1c

age author description
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.
Sat, 23 Jun 2007 20:12:03 +0000 aziz - Removed Whitespace from enum list.
Sat, 23 Jun 2007 14:11:01 +0000 aziz - Started implementation of lexing numbers.
Sat, 23 Jun 2007 13:14:05 +0000 aziz - Parsing /= now.
Sat, 23 Jun 2007 08:33:00 +0000 aziz - Parsing // comments now.
Sat, 23 Jun 2007 07:46:00 +0000 aziz - Parsing string and character literals now (rudimentary implementation.)
Fri, 22 Jun 2007 19:33:02 +0000 aziz - Started writing XML generator.
Fri, 22 Jun 2007 14:12:02 +0000 aziz - Started implementation of scan().
Thu, 21 Jun 2007 18:36:04 +0000 aziz - Added TOK enum.
Mon, 28 May 2007 19:03:02 +0000 aziz Initial import.