acknowledgments.html 5.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII">
  4. <title>Acknowledgments</title>
  5. <link rel="stylesheet" href="../../../../../../doc/src/boostbook.css" type="text/css">
  6. <meta name="generator" content="DocBook XSL Stylesheets V1.79.1">
  7. <link rel="home" href="../index.html" title="Spirit Repository 0.2">
  8. <link rel="up" href="../index.html" title="Spirit Repository 0.2">
  9. <link rel="prev" href="karma_components/nonterminal/subrule.html" title="Karma subrules">
  10. </head>
  11. <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
  12. <table cellpadding="2" width="100%"><tr>
  13. <td valign="top"><img alt="Boost C++ Libraries" width="277" height="86" src="../../../../../../boost.png"></td>
  14. <td align="center"><a href="../../../../../../index.html">Home</a></td>
  15. <td align="center"><a href="../../../../../../libs/libraries.htm">Libraries</a></td>
  16. <td align="center"><a href="http://www.boost.org/users/people.html">People</a></td>
  17. <td align="center"><a href="http://www.boost.org/users/faq.html">FAQ</a></td>
  18. <td align="center"><a href="../../../../../../more/index.htm">More</a></td>
  19. </tr></table>
  20. <hr>
  21. <div class="spirit-nav">
  22. <a accesskey="p" href="karma_components/nonterminal/subrule.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a>
  23. </div>
  24. <div class="section">
  25. <div class="titlepage"><div><div><h2 class="title" style="clear: both">
  26. <a name="spirit_repository.acknowledgments"></a><a class="link" href="acknowledgments.html" title="Acknowledgments">Acknowledgments</a>
  27. </h2></div></div></div>
  28. <p>
  29. The <a href="http://boost-spirit.com" target="_top">Spirit</a> repository is the result
  30. of the contributions of active members of the Spirit community. We would like
  31. to express our thanks to all who directly contributed and to everybody directly
  32. or indirectly involved in the discussions, which led to the creation of the
  33. parser and generator components.
  34. </p>
  35. <p>
  36. The following people have directly contributed code to this repository:
  37. </p>
  38. <p>
  39. <span class="bold"><strong>Aaron Graham</strong></span> wrote the <a class="link" href="qi_components/primitive/advance.html" title="Qi advance Parser"><code class="computeroutput"><span class="identifier">advance</span></code></a> parser component, which allows
  40. the parser to skip (advance) through a specified number of iterations without
  41. performing unnecessary work.
  42. </p>
  43. <p>
  44. <span class="bold"><strong>Chris Hoeppler</strong></span> submitted the <a class="link" href="qi_components/directives/confix.html" title="Qi Confix Parser Directive"><code class="computeroutput"><span class="identifier">confix</span></code></a> parser directive allowing to
  45. embed a parser (the subject) inside an opening (the prefix) and a closing sequence
  46. (the suffix).
  47. </p>
  48. <p>
  49. <span class="bold"><strong>Francois Barel</strong></span> contributed the <a class="link" href="qi_components/nonterminal/subrule.html" title="Qi subrules"><code class="computeroutput"><span class="identifier">subrule</span></code></a> parser and <a class="link" href="karma_components/nonterminal/subrule.html" title="Karma subrules"><code class="computeroutput"><span class="identifier">subrule</span></code></a> generator components, allowing
  50. to create a named parser or generator, and to refer to it by name. These components
  51. are in fact fully static versions of the corresponding <code class="computeroutput"><span class="identifier">rule</span></code>
  52. component.
  53. </p>
  54. <p>
  55. <span class="bold"><strong>Thomas Bernard</strong></span> contributed the <a class="link" href="qi_components/operators/keyword_list.html" title="Keyword List Operator">keyword_list</a>
  56. and <a class="link" href="qi_components/directives/kwd.html" title="Qi Keyword Parser Directive"><code class="computeroutput"><span class="identifier">kwd</span><span class="special">()[]</span></code></a>
  57. parser components, allowing to define keyword parsers.
  58. </p>
  59. </div>
  60. <table xmlns:rev="http://www.cs.rpi.edu/~gregod/boost/tools/doc/revision" width="100%"><tr>
  61. <td align="left"></td>
  62. <td align="right"><div class="copyright-footer">Copyright &#169; 2001-2011 Joel de Guzman, Hartmut Kaiser<p>
  63. Distributed under the Boost Software License, Version 1.0. (See accompanying
  64. file LICENSE_1_0.txt or copy at <a href="http://www.boost.org/LICENSE_1_0.txt" target="_top">http://www.boost.org/LICENSE_1_0.txt</a>)
  65. </p>
  66. </div></td>
  67. </tr></table>
  68. <hr>
  69. <div class="spirit-nav">
  70. <a accesskey="p" href="karma_components/nonterminal/subrule.html"><img src="../../../../../../doc/src/images/prev.png" alt="Prev"></a><a accesskey="u" href="../index.html"><img src="../../../../../../doc/src/images/up.png" alt="Up"></a><a accesskey="h" href="../index.html"><img src="../../../../../../doc/src/images/home.png" alt="Home"></a>
  71. </div>
  72. </body>
  73. </html>