Thu, 03 Mar 2011 23:03:08 +0100Replace Ant build with primitive Maven build. default tip
Laurens Holst <laurens.hg@grauw.nl> [Thu, 03 Mar 2011 23:03:08 +0100] rev 321
Replace Ant build with primitive Maven build.

Thu, 03 Mar 2011 22:37:04 +0100Remove dom.js which isn’t working or in development.
Laurens Holst <laurens.hg@grauw.nl> [Thu, 03 Mar 2011 22:37:04 +0100] rev 320
Remove dom.js which isn’t working or in development.

Sat, 16 Oct 2010 03:08:13 +0200Add manual test area to the unit test.
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 03:08:13 +0200] rev 319
Add manual test area to the unit test.

Sat, 16 Oct 2010 02:49:51 +0200Add Lexer::processTokens() and processToken().
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 02:49:51 +0200] rev 318
Add Lexer::processTokens() and processToken().

Sat, 16 Oct 2010 02:45:34 +0200Fix some accidental presence of spaces instead of tabs
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 02:45:34 +0200] rev 317
Fix some accidental presence of spaces instead of tabs

Sat, 16 Oct 2010 02:00:57 +0200Rename Lexer::split() to tokenize().
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 02:00:57 +0200] rev 316
Rename Lexer::split() to tokenize().

Sat, 16 Oct 2010 01:56:32 +0200Reorder Lexer constructor a little.
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 01:56:32 +0200] rev 315
Reorder Lexer constructor a little.

Sat, 16 Oct 2010 01:53:03 +0200Add documentation to Lexer.
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 01:53:03 +0200] rev 314
Add documentation to Lexer.

Sat, 16 Oct 2010 01:35:57 +0200Add Lexer::optimisedInputElementDiv() to collapse sequences of white space and line terminators.
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 01:35:57 +0200] rev 313
Add Lexer::optimisedInputElementDiv() to collapse sequences of white space and line terminators.

Sat, 16 Oct 2010 01:31:55 +0200Simplify LineTerminator to match specification.
Laurens Holst <laurens.hg@grauw.nl> [Sat, 16 Oct 2010 01:31:55 +0200] rev 312
Simplify LineTerminator to match specification.
The previous expression was actually the one for LineTerminatorSequence.
That one is only used in StringLiteral, and already integrated there.