log

age author description
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.