|
|
@@ -51,6 +51,7 @@ Metaprogramming</a><br>
|
|
|
</a> <a href="#IO">Input/Output</a><a href="#Memory"><br>
|
|
|
</a> <a href="#Inter-language">Inter-language support</a><br>
|
|
|
<a href="#Memory">Memory</a><br>
|
|
|
+ <a href="#Parsing">Parsing</a><br>
|
|
|
<a href="#Miscellaneous">Miscellaneous</a><br>
|
|
|
<a href="#workarounds">Broken compiler workarounds</a><br>
|
|
|
<a href="#Obsolete">Obsolete Libraries</a><br>
|
|
|
@@ -178,6 +179,9 @@ out how to build object libraries, when needed.</p>
|
|
|
<li><a href="static_assert/static_assert.htm">static_assert</a>
|
|
|
- Static assertions (compile time assertions), from John
|
|
|
Maddock.</li>
|
|
|
+ <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="test/doc/index.htm">test</a> - Support for simple program testing,
|
|
|
full unit testing, and for program
|
|
|
execution monitoring, from Gennadiy Rozental.</li>
|
|
|
@@ -214,6 +218,9 @@ out how to build object libraries, when needed.</p>
|
|
|
operations, from Samuel Krempp.</li>
|
|
|
<li><a href="regex/index.htm">regex</a> - Regular expression
|
|
|
library, from John Maddock</li>
|
|
|
+ <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="tokenizer/index.htm">tokenizer</a> - Break of a string or other
|
|
|
character sequence into a series of tokens, from John Bandela.</li>
|
|
|
</ul>
|
|
|
@@ -426,6 +433,14 @@ out how to build object libraries, when needed.</p>
|
|
|
function templates, plus <b>base-from-member idiom</b>, from Dave Abrahams and others. </li>
|
|
|
</ul>
|
|
|
|
|
|
+<h3><a name="Parsing">Parsing</a></h3>
|
|
|
+
|
|
|
+<ul>
|
|
|
+ <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>
|
|
|
+</ul>
|
|
|
+
|
|
|
<h3><a name="Miscellaneous">Miscellaneous</a></h3>
|
|
|
|
|
|
<ul>
|
|
|
@@ -481,6 +496,6 @@ out how to build object libraries, when needed.</p>
|
|
|
|
|
|
<p>Revised
|
|
|
<!--webbot bot="Timestamp" s-type="EDITED"
|
|
|
-s-format="%d %b %Y" startspan -->23 Jan 2003<!--webbot bot="Timestamp" endspan i-checksum="14740" --></p>
|
|
|
+s-format="%d %b %Y" startspan -->04 Feb 2003<!--webbot bot="Timestamp" endspan i-checksum="14388" --></p>
|
|
|
</body>
|
|
|
</html>
|