log

age author description
Fri, 14 Mar 2008 11:01:05 -0400 Jarrett Billingsley Started the interpreter. Made a couple changes in other parts -- CharExpression now has an IntExpression of a character type as its value member and its type is set accordingly.
Fri, 14 Mar 2008 15:42:08 +0100 Aziz K?ksal Revised code in the first pass.
Thu, 13 Mar 2008 18:59:54 +0100 Aziz K?ksal Added option -d to the compile command.
Thu, 13 Mar 2008 02:21:26 +0100 Aziz K?ksal Added error messages and applied fixes.
Wed, 12 Mar 2008 23:33:14 +0100 Aziz K?ksal Added error message MSG.ConflictingModuleAndPackage.
Wed, 12 Mar 2008 22:41:45 +0100 Aziz K?ksal The ModuleManager handles packages as well now.
Wed, 12 Mar 2008 19:11:30 +0100 Aziz K?ksal Added code to class Package.
Wed, 12 Mar 2008 17:01:27 +0100 Aziz K?ksal Added isValidUnreservedIdentifier() to Lexer.
Wed, 12 Mar 2008 00:49:17 +0100 Aziz K?ksal Revised the ModuleManager class.
Tue, 11 Mar 2008 17:23:30 +0100 Aziz K?ksal Forgot to really add dil.ModuleManager.
Tue, 11 Mar 2008 13:31:28 +0100 Aziz K?ksal Refactored statistics command.
Tue, 11 Mar 2008 02:48:01 +0100 Aziz K?ksal Added modules cmd.Compile and dil.ModuleManager.
Sun, 09 Mar 2008 16:39:46 +0100 Aziz K?ksal Refactored the importgraph command.
Sun, 09 Mar 2008 16:10:25 +0100 Aziz K?ksal Renamed generate command to highlight and refactored it.
Sun, 09 Mar 2008 15:28:24 +0100 Aziz K?ksal Refactored ddoc command.
Sun, 09 Mar 2008 00:12:19 +0100 Aziz K?ksal Moved out files in the trunk folder to the root.
Sat, 08 Mar 2008 22:09:59 +0100 Aziz K?ksal Updated wiki pages.
Sat, 08 Mar 2008 22:02:20 +0100 Aziz K?ksal Implemented visit methods for some type nodes.
Fri, 07 Mar 2008 11:46:56 +0100 Aziz K?ksal Reporting error for invalid octal escape sequences.
Wed, 05 Mar 2008 15:45:54 +0100 Aziz K?ksal Added modules related to type rules.
Sat, 01 Mar 2008 20:14:56 +0200 Jari-Matti M?kel? Fixes to non-virtual functions. Commented out broken method for enums.
Sat, 01 Mar 2008 17:58:23 +0100 Aziz K?ksal Added --xml option to command 'ddoc'.
Sat, 01 Mar 2008 18:04:29 +0200 Jari-Matti M?kel? New ddoc emitter for XML type output.
Sat, 01 Mar 2008 02:53:06 +0100 Aziz K?ksal Added documentation comments.
Fri, 29 Feb 2008 22:51:24 +0100 Aziz K?ksal Added documentation comments.
Fri, 29 Feb 2008 19:25:21 +0100 Aziz K?ksal Added member symbol to class Type.
Fri, 29 Feb 2008 03:04:15 +0100 Aziz K?ksal Improved CSS document.
Wed, 27 Feb 2008 21:21:15 +0100 Aziz K?ksal Removed module util/metastrings.d.
Wed, 27 Feb 2008 18:37:13 +0100 Aziz K?ksal Fixed and improved release.sh.
Wed, 27 Feb 2008 02:12:59 +0100 Aziz K?ksal Added new module TypeRules.