> I'd love to hear the plans :) I've hacked something together that illustrates this: https://github.com/kschiess/parslet/blob/master/experiments/compile.rb
I'll keep at it and when I have something that works (instead of failing in interesting ways), I'll benchmark this against the current version. I guess this might buy us some speed and control. Might even make the parser less complex. And the important bit: totally stackless. Since the stack will be on the heap... my 2 cents ;) kaspar
