| Age | Commit message (Collapse) | Author |
|
|
|
Bundle the state for BlockReaderCLI into a class by itself, for use in
future plans.
|
|
|
|
|
|
|
|
This includes some minor fixes to the BlockReaderCLI, and two new
BlockReader types
* MappedBlockReader - Apply a function to each block, transforming it.
* FlatMappedBlockReader - Apply a function to each block, expanding it
into one or more blocks.
|
|
Most of it is documentation changes.
The rest is more work on BlockReaders, as well as a simple command
language for configuring them.
|