mbenolie / xpath-as3

Automatically exported from code.google.com/p/xpath-as3
0 stars 0 forks source link

add tokenizer caching #1

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 reported on code.google.com by peterj...@gmail.com on 15 Apr 2007 at 11:52

GoogleCodeExporter commented 8 years ago

Original comment by peterj...@gmail.com on 3 Dec 2007 at 1:15