beelsebob/CoreParse

Core Parse should be able to parallelise better

beelsebob opened this issue · 0 comments

At the moment a tokeniser must produce its entire output before the parser can start, these two should be able to run as producer/consumer on separate threads.