log trunk/src/Messages.d @ 86:0459c902a370

age author description
Thu, 05 Jul 2007 18:45:00 +0000 aziz - Added code for parsing Assert-, Mixin-, Import-, Typeid- and TypeDotIdExpressions.
Tue, 03 Jul 2007 11:03:02 +0000 aziz - Fixed parseExpression() method.
Fri, 29 Jun 2007 18:15:01 +0000 aziz - Recognizing floats that start with a dot.
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 06:01:03 +0000 aziz - Issuing error when no digits were found in hex and binary numbers.
Fri, 29 Jun 2007 05:47:00 +0000 aziz - The types of integers are recognized now.
Thu, 28 Jun 2007 12:31:00 +0000 aziz - Started properly implementing number scanner. Added stub for real numbers.
Wed, 27 Jun 2007 17:58:00 +0000 aziz - Relocated messages table to a separate module.