From b6f079fea835bf16db66fcfbab717402c0c838f8 Mon Sep 17 00:00:00 2001 From: Eric Fischer Date: Sat, 8 Feb 2014 10:10:55 -0800 Subject: [PATCH] Additional rationale --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index c84fd6c..8d50b7c 100644 --- a/README.md +++ b/README.md @@ -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 -----