On Mon, May 14, 2012 at 9:12 PM, Russell Adams <[email protected]> wrote: > On Mon, May 14, 2012 at 03:23:37PM -0700, Zack Williams wrote: >> I'm assuming you can add/remove data into an already parsed ledger >> document via the python interface, and run multiple queries on it >> without having to reparse? > > The REPL now can do multiple reports without reparsing. > > The option to add & remove data violates the initial precept of > Ledger, which is it doesn't edit your files... How to handle that?
The external code would have to handle that as well, or you could do a "ledger print" which would dump most of the internal state. - Zack
