LUMIERA.clone/tests/library/stat
Ichthyostega 9790feb822 Library: remould MatchSeq into a _Lumiera Forward Iterator_
MatchSeq was imported recently from the Yoshimi-testsuite,
as supporting helper for the CSV table component.

Actually this is just a thin wrapper on top of std::regex_iterator,
which in turn has properties and behaviour very similar to Lumiera's
»Forward Iterator« concept (in fact, it was a source of inspiration to
generalise such a pattern).

So this is an obvious round out and cleanup, as it requires just some
minor additions and adjustments to allow processing a sequence of matches
through a for-loop or some elaborate pipelining setup.
2024-03-23 02:55:28 +01:00
..
data-csv-test.cpp Library: remould MatchSeq into a _Lumiera Forward Iterator_ 2024-03-23 02:55:28 +01:00
file-support-test.cpp Library: coverage for some filesystem convenience helpers 2024-03-13 03:52:35 +01:00
statistic-test.cpp Library: cover statistic functions and linear regression 2024-03-16 03:05:49 +01:00