• Rewrite ALL THE THINGS!

    The tokenizer is now fully incremental, rather than yielding a block/function at a time.
    
    The convention is now to take `&mut Parser` as input for parsing, and only consume as necessary.
    SimonSapin committed Dec 28, 2014
    12