log

age author description
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.
Mon, 25 Jun 2007 08:37:02 +0000 aziz - Added code for parsing the '#line' special token.
Sun, 24 Jun 2007 18:01:02 +0000 aziz - Added code for parsing MulAssign, Mul, ModAssign, Mod, XorAssign and Xor tokens.
Sun, 24 Jun 2007 17:19:03 +0000 aziz - Added table for identifiers to Lexer.
Sun, 24 Jun 2007 15:02:02 +0000 aziz - Added code for parsing CatAssign and Tilde tokens.
Sun, 24 Jun 2007 12:26:02 +0000 aziz - Added code for parsing Assign and Equal tokens.
Sun, 24 Jun 2007 11:35:04 +0000 aziz - Added code for parsing PlusAssign, PlusPlus, Plus, MinusAssign, MinusMinus, Minus tokens.
Sun, 24 Jun 2007 11:15:03 +0000 aziz - Added code for parsing AndAssign, AndLogical and AndBinary tokens.
Sun, 24 Jun 2007 11:13:01 +0000 aziz - Added code for parsing OrAssign, OrLogical and OrBinary tokens.
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 22:08:04 +0000 aziz - Parsing character literals more correctly.
Sat, 23 Jun 2007 21:48:03 +0000 aziz - Moved code for scanning character literals to separate function.
Sat, 23 Jun 2007 20:12:03 +0000 aziz - Removed Whitespace from enum list.
Sat, 23 Jun 2007 14:23:01 +0000 aziz - Added Whitespace to the character properties table.
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 12:22:03 +0000 aziz - Added isidbeg() function.
Sat, 23 Jun 2007 10:02:00 +0000 aziz - Added code to decode Unicode characters in identifiers.
Sat, 23 Jun 2007 08:54:00 +0000 aziz - Added Unicode line and paragraph separators.
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 20:41:04 +0000 aziz - Parsing /* */ comments now.
Fri, 22 Jun 2007 20:25:02 +0000 aziz - Parsing nested comments correctly now.
Fri, 22 Jun 2007 19:41:02 +0000 aziz - Added style sheet.
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.
Wed, 30 May 2007 13:14:00 +0000 aziz - Initializing ptable with a precomputed array literal.
Tue, 29 May 2007 20:42:01 +0000 aziz - Corrected some errors to make the file compile.
Mon, 28 May 2007 19:03:02 +0000 aziz Initial import.