Edoardo Prezioso 5d868766c7 Tokenizer time improvements (time says real: -1 second)
1)change tokAt(1|-1) with next()|previous() with conditions where necessary;
2)change strAt(1|-1) with next()|previous()->str() with conditions where necessary;
3)change tokAt(n)->str(), with n != -1,1, to strat(n);
4)change simplifyFuncInWhile implementation because it was too slow and stupid.
2011-10-29 01:57:53 +02:00
..
2011-10-28 23:36:30 +02:00
2011-10-13 20:53:06 +02:00
2011-10-13 20:53:06 +02:00
2011-10-20 09:01:58 +02:00
2011-10-13 20:53:06 +02:00
2011-10-22 11:11:54 +02:00
2011-10-16 17:16:07 +02:00
2011-10-13 20:53:06 +02:00
2011-10-13 20:53:06 +02:00