log

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