summaryrefslogtreecommitdiff
path: root/libs/libraries.htm
diff options
context:
space:
mode:
authorAbel Sinkovics <abelsoft@freemail.hu>2016-01-15 21:55:36 +0100
committerAbel Sinkovics <abelsoft@freemail.hu>2016-01-15 21:55:36 +0100
commita59230e75eff2d7100e90617d81f570fbf03965b (patch)
tree229446389becebbd99ae2b9ab407e57fb3cddbe7 /libs/libraries.htm
parent76cb43e65af645df096210ac58d61d15624d26bc (diff)
downloadboost-a59230e75eff2d7100e90617d81f570fbf03965b.tar.gz
Update libraries.html with Metaparse
Diffstat (limited to 'libs/libraries.htm')
-rw-r--r--libs/libraries.htm9
1 files changed, 9 insertions, 0 deletions
diff --git a/libs/libraries.htm b/libs/libraries.htm
index ca5c9ccb03..0cefcb37dc 100644
--- a/libs/libraries.htm
+++ b/libs/libraries.htm
@@ -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 &Aacute;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&eacute; Br&ouml;nnimann.</li>
@@ -526,6 +529,9 @@ how to download, build, and install the libraries.</p>
<li><a href="intrusive/index.html">intrusive</a> - Intrusive containers and algorithms, from Ion Gazta&ntilde;aga</li>
<li><a href="heap/index.html">heap</a> -
Priority queue data structures, from Tim Blechmann</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 &Aacute;bel Sinkovics.</li>
<li><a href="multi_index/doc/index.html">multi_index</a> - Containers with
multiple STL-compatible access interfaces, from Joaqu&iacute;n M L&oacute;pez
Mu&ntilde;oz.</li>
@@ -837,6 +843,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 &Aacute;bel Sinkovics.</li>
<li><a href="spirit/index.html">spirit</a> - LL parser framework&nbsp;
represents parsers directly as EBNF grammars in inlined C++, from Joel de
Guzman, Hartmut Kaiser, Dan Nuffer and team.</li>