|
|
@@ -181,6 +181,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="spirit/index.html">spirit</a> - LL parser framework
|
|
|
represents parsers directly as EBNF grammars in inlined C++, from Joel de
|
|
|
Guzman and team.</li>
|
|
|
+ <li><a href="algorithm/string/index.html">string_algo</a> -
|
|
|
+ String algorithms library, from Pavol Droba</li>
|
|
|
<li><a href="test/doc/index.html">test</a> - Support for simple program testing,
|
|
|
full unit testing, and for program
|
|
|
execution monitoring, from Gennadiy Rozental.</li>
|
|
|
@@ -226,6 +228,8 @@ how to download, build, and install the libraries.</p>
|
|
|
Guzman and team.</li>
|
|
|
<li><a href="tokenizer/index.html">tokenizer</a> - Break of a string or other
|
|
|
character sequence into a series of tokens, from John Bandela.</li>
|
|
|
+ <li><a href="algorithm/string/index.html">string_algo</a> -
|
|
|
+ String algorithms library, from Pavol Droba</li>
|
|
|
</ul>
|
|
|
|
|
|
<h3><a name="Containers">Containers</a></h3>
|
|
|
@@ -275,6 +279,8 @@ how to download, build, and install the libraries.</p>
|
|
|
<li><a href="algorithm/minmax/index.html">minmax</a> - standard library
|
|
|
extensions for simultaneous min/max and min/max element computations,
|
|
|
from Hervé Brönnimann.</li>
|
|
|
+ <li><a href="algorithm/string/index.html">string_algo</a> -
|
|
|
+ String algorithms library, from Pavol Droba</li>
|
|
|
<li><a href="utility/utility.htm">utility</a> - Class <b>next(),</b> <b>prior()</b>
|
|
|
function templates, from Dave Abrahams and others. </li>
|
|
|
</ul>
|