mirror of
https://github.com/boostorg/boost.git
synced 2025-04-14 17:03:38 +00:00
Update libraries.html with Metaparse
This commit is contained in:
parent
c3ec0bf3a4
commit
af3523248e
1 changed files with 9 additions and 0 deletions
|
@ -223,6 +223,9 @@ how to download, build, and install the libraries.</p>
|
|||
<li><a href="math/doc/html/special.html">math/special_functions</a> - A wide selection of mathematical special functions from John Maddock, Paul Bristow, Hubert Holin and Xiaogang Zhang.</li>
|
||||
<li><a href="math/doc/html/dist.html">math/statistical distributions</a> - A wide selection of univariate statistical distributions and functions that operate on them from John Maddock and Paul Bristow</li>
|
||||
<li><a href="math/doc/html/quaternions.html">math/quaternion</a> - Quaternions, from Hubert Holin.</li>
|
||||
<li><a href="metaparse/index.html">metaparse</a> - A library for generating
|
||||
compile time parsers parsing embedded DSL code as part of the C++
|
||||
compilation process, from Ábel Sinkovics.</li>
|
||||
<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>
|
||||
|
@ -792,6 +795,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<li><a href="fusion/index.html">fusion</a> -
|
||||
Library for working with tuples, including various containers,
|
||||
algorithms, etc. From Joel de Guzman, Dan Marsden and Tobias Schwinger.</li>
|
||||
<li><a href="metaparse/index.html">metaparse</a> - A library for generating
|
||||
compile time parsers parsing embedded DSL code as part of the C++
|
||||
compilation process, from Ábel Sinkovics.</li>
|
||||
<li><a href="mpl/doc/index.html">mpl</a> - Template metaprogramming
|
||||
framework of compile-time algorithms, sequences and metafunction classes,
|
||||
from Aleksey Gurtovoy.</li>
|
||||
|
@ -835,6 +841,9 @@ of arbitrary data for persistence and marshalling, from Robert Ramey</li>
|
|||
<h3><a name="Parsing">Parsing</a></h3>
|
||||
|
||||
<ul>
|
||||
<li><a href="metaparse/index.html">metaparse</a> - A library for generating
|
||||
compile time parsers parsing embedded DSL code as part of the C++
|
||||
compilation process, from Ábel Sinkovics.</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, Hartmut Kaiser, Dan Nuffer and team.</li>
|
||||
|
|
Loading…
Add table
Reference in a new issue