Called when a block matched by this parser is being closed (to allow final computation on the block).
bool Close(TProcessor processor, Block block)
The parser processor.
The block being closed.
true to keep the block; false to remove it. True by default.