]> git.proxmox.com Git - ceph.git/blob - ceph/src/boost/libs/spirit/repository/doc/acknowledgements.qbk
bump version to 12.2.2-pve1
[ceph.git] / ceph / src / boost / libs / spirit / repository / doc / acknowledgements.qbk
1 [/==============================================================================
2 Copyright (C) 2001-2011 Joel de Guzman
3 Copyright (C) 2001-2011 Hartmut Kaiser
4
5 Distributed under the Boost Software License, Version 1.0. (See accompanying
6 file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
7 ===============================================================================/]
8
9 [section Acknowledgments]
10
11 The __spirit__ repository is the result of the contributions of active members
12 of the Spirit community. We would like to express our thanks to all who
13 directly contributed and to everybody directly or indirectly involved in the
14 discussions, which led to the creation of the parser and generator components.
15
16 The following people have directly contributed code to this repository:
17
18 [*Aaron Graham] wrote the __qi_advance__ parser component, which allows the
19 parser to skip (advance) through a specified number of iterations without
20 performing unnecessary work.
21
22 [*Chris Hoeppler] submitted the __qi_confix__ parser directive allowing to
23 embed a parser (the subject) inside an opening (the prefix) and a closing
24 sequence (the suffix).
25
26 [*Francois Barel] contributed the __qi_subrule__ parser and __karma_subrule__
27 generator components, allowing to create a named parser or generator, and
28 to refer to it by name. These components are in fact fully static versions of
29 the corresponding `rule` component.
30
31 [*Thomas Bernard] contributed the __qi_keywords__ and __qi_keywords_list__
32 parser components, allowing to define keyword parsers.
33
34 [endsect]