Open haysclark opened 10 years ago
From peterj...@gmail.com on April 15, 2007 04:52:02
Currently the tokenizer repeats the token matching over and over. Caching is tricky because of lookAhead() calls occuring inside calls to nextToken(). The previous caching implementation had bugs due to this, but it's important to get this in there.
Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=1
From peterj...@gmail.com on December 03, 2007 05:15:06
Labels: -Milestone-Release1.0
From peterj...@gmail.com on April 15, 2007 04:52:02
Currently the tokenizer repeats the token matching over and over. Caching is tricky because of lookAhead() calls occuring inside calls to nextToken(). The previous caching implementation had bugs due to this, but it's important to get this in there.
Original issue: http://code.google.com/p/xpath-as3/issues/detail?id=1