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 11The __spirit__ repository is the result of the contributions of active members 12of the Spirit community. We would like to express our thanks to all who 13directly contributed and to everybody directly or indirectly involved in the 14discussions, which led to the creation of the parser and generator components. 15 16The following people have directly contributed code to this repository: 17 18[*Aaron Graham] wrote the __qi_advance__ parser component, which allows the 19parser to skip (advance) through a specified number of iterations without 20performing unnecessary work. 21 22[*Chris Hoeppler] submitted the __qi_confix__ parser directive allowing to 23embed a parser (the subject) inside an opening (the prefix) and a closing 24sequence (the suffix). 25 26[*Francois Barel] contributed the __qi_subrule__ parser and __karma_subrule__ 27generator components, allowing to create a named parser or generator, and 28to refer to it by name. These components are in fact fully static versions of 29the corresponding `rule` component. 30 31[*Thomas Bernard] contributed the __qi_keywords__ and __qi_keywords_list__ 32parser components, allowing to define keyword parsers. 33 34[endsect] 35