log

age author description
Fri, 29 Jun 2007 06:27:04 +0000 aziz - Fixed number suffix scanning.
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:47:05 +0000 aziz - Added code for converting hex characters to binary numbers.
Thu, 28 Jun 2007 12:31:00 +0000 aziz - Started properly implementing number scanner. Added stub for real numbers.
Wed, 27 Jun 2007 18:02:05 +0000 aziz - Relocated ptable to the bottom of the source file.
Wed, 27 Jun 2007 17:58:00 +0000 aziz - Relocated messages table to a separate module.
Wed, 27 Jun 2007 17:50:01 +0000 aziz - Fixed scanner for hex string literals. Terminating string with 0. Relocated some code to the bottom.
Wed, 27 Jun 2007 17:18:02 +0000 aziz - Fixed the raw string literal scanner. Newlines weren't copied to the buffer. Converting LS and PS to '\n' as well.
Wed, 27 Jun 2007 16:43:00 +0000 aziz - Displaying error messages in XML.
Wed, 27 Jun 2007 12:53:03 +0000 aziz - Return error code 0xFFFF from scanEscapeSequence().
Wed, 27 Jun 2007 12:23:02 +0000 aziz - Renamed function.
Wed, 27 Jun 2007 10:22:03 +0000 aziz - Added code for scanning escape string literals.
Wed, 27 Jun 2007 07:57:05 +0000 aziz - Properly implemented scanner for normal string literals.
Tue, 26 Jun 2007 21:06:01 +0000 aziz - Scanning character literals correctly now.
Tue, 26 Jun 2007 19:43:04 +0000 aziz - Implemented escape sequence scanner.
Tue, 26 Jun 2007 14:00:01 +0000 aziz - Specific operators and comments can be formatted with CSS now.
Tue, 26 Jun 2007 13:15:00 +0000 aziz - Matched some parts of the scanner of block comments to the scanner of nested comments.
Tue, 26 Jun 2007 12:56:03 +0000 aziz - Optimized scanner of nested comments.
Tue, 26 Jun 2007 12:03:00 +0000 aziz - Optimized scanner of block comments.
Tue, 26 Jun 2007 10:20:00 +0000 aziz - Added more tokens for testing.
Tue, 26 Jun 2007 10:06:01 +0000 aziz - Added unittest to test correct parsing of operator tokens.
Tue, 26 Jun 2007 08:58:02 +0000 aziz - Added code for parsing GreaterEqual, Greater, RShiftAssign, RShift, URShiftAssign and URShift tokens.
Tue, 26 Jun 2007 08:37:00 +0000 aziz - Added code for parsing LorEorG, LorG, LessEqual, LessThan, LShiftAssign and LShift tokens.
Tue, 26 Jun 2007 08:36:00 +0000 aziz - Added code for parsing LorEorG, LorG, LessEqual, LessThan, LShiftAssign and LShift 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:05:01 +0000 aziz - Removed test string.
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.