Additional rationale

This commit is contained in:
Eric Fischer 2014-02-08 10:10:55 -08:00
parent c6077f7e54
commit b6f079fea8

View File

@ -8,6 +8,9 @@ But what distinguishes this one is the desire to let you
read through gigantic files larger than you can comfortably
fit in memory and still find the parts you need.
It builds a parse tree, but you can tear down as much of the
tree as you don't need while it is still in the middle of parsing.
Setup
-----