mirror of
https://github.com/boostorg/boost.git
synced 2025-04-06 22:14:59 +00:00
Add Spirit links
[SVN r17201]
This commit is contained in:
parent
05b66f07eb
commit
cea090da13
2 changed files with 21 additions and 2 deletions
|
@ -179,6 +179,10 @@
|
|||
<li><a href="libs/mpl/doc/index.html">MPL</a> added - Template
|
||||
metaprogramming framework of compile-time algorithms, sequences and
|
||||
metafunction classes, from Aleksey Gurtovoy.</li>
|
||||
<li><a href="libs/spirit/index.html">Spirit Library</a> added - An LL
|
||||
(unlimited lookahead) parser framework that represents parsers directly as
|
||||
EBNF grammars in inlined C++ source code, complete with semantic actions,
|
||||
ASTs and much more, from Joel de Guzman and team.</li>
|
||||
<li>Many fixes and enhancements to other libraries.</li>
|
||||
</ul>
|
||||
|
||||
|
@ -387,6 +391,6 @@
|
|||
<hr>
|
||||
|
||||
<p>Revised
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->23 January, 2003<!--webbot bot="Timestamp" endspan i-checksum="38572" --></p>
|
||||
<!--webbot bot="Timestamp" S-Type="EDITED" S-Format="%d %B, %Y" startspan -->04 February, 2003<!--webbot bot="Timestamp" endspan i-checksum="40404" --></p>
|
||||
</body>
|
||||
</html>
|
|
@ -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>
|
Loading…
Add table
Reference in a new issue