| Age | Commit message (Collapse) | Author |
|
QueuedIterators are iterators that can have other iterators interleaved
into their iteration sequences. This was implemented as a decent idea,
and because it may help get the iterative topDownTransform working again
(if it ever worked in the first place...)
|
|
Add some more testing utilities
|
|
|
|
|
|
Doing more command testing, and introducing coverage testing
|
|
|
|
It would also be fairly easy to convert this to a general splitRX, or
add support for additional expressions. This might be a better interface
than the one in ConfigurableTokenSplitter. (It'd almost certainly be
easier to debug/introspect than the bodged together regex that CTS
uses,)
|
|
|
|
|
|
|
|
Cleanup files, and add missing comments in places.
|
|
|
|
A large update, this contains much debugging of the CL FORMAT routines,
as well as a few other minor changes.
|
|
This is in preparation for implementing the T and < directives
|
|
|
|
|
|
|
|
|
|
|