(This topic was split)
It said "too many '..' .
Yes, the parser needs a HEAVY optimization, I don't like it at all. First, it uses events to trigger the opening of new files, slowing everything down. Second, to avoid the slow down, they use recursive wxYield's, which may cause crashes once in a while, depending on the circumstances. All of this because of the use of multiple threads.
When 1.0-final is finished, I'm revamping the whole thing. At least the thread handling, the parsing itself gives me a headache just by reading it. (everything's hardwired! :? )