|
3 | 3 | / file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) |
4 | 4 | /] |
5 | 5 |
|
6 | | -[library Boost.Parser (Proposed) |
| 6 | +[library Boost.Parser |
7 | 7 | [quickbook 1.3] |
8 | 8 | [authors [Laine, Zach]] |
9 | 9 | [copyright 2020 T. Zachary Laine] |
|
227 | 227 | [def _ATTR_ ['[^ATTR]]`()`] |
228 | 228 | [def _ATTR_np_ ['[^ATTR]]] |
229 | 229 |
|
230 | | -[def _p_api_ [link boost_parser__proposed_.tutorial.the__parse____api The `parse()` API]] |
231 | | -[def _parsers_uses_ [link boost_parser__proposed_.tutorial.the_parsers_and_their_uses The Parsers And Their Uses]] |
232 | | -[def _parse_ctx_ [link boost_parser__proposed_.tutorial.the_parse_context The Parse Context]] |
233 | | -[def _rule_parsers_ [link boost_parser__proposed_.tutorial.rule_parsers Rule Parsers]] |
234 | | -[def _parsing_structs_ [link boost_parser__proposed_.tutorial.parsing_into__struct_s_and__class_es Parsing into `struct`s and `class`es]] |
235 | | -[def _expect_pts_ [link boost_parser__proposed_.tutorial.backtracking.expectation_points Expectation points]] |
236 | | -[def _attr_gen_ [link boost_parser__proposed_.tutorial.attribute_generation Attribute Generation]] |
237 | | -[def _directives_ [link boost_parser__proposed_.tutorial.directives Directives]] |
238 | | -[def _eh_debugging_ [link boost_parser__proposed_.tutorial.error_handling_and_debugging Error Handling and Debugging]] |
239 | | -[def _more_about_rules_ [link boost_parser__proposed_.tutorial.more_about_rules More About Rules]] |
240 | | -[def _unicode_ [link boost_parser__proposed_.tutorial.unicode_support Unicode Support]] |
241 | | -[def _concepts_ [link boost_parser__proposed_.concepts Concepts]] |
242 | | -[def _ex_json_ [link boost_parser__proposed_.extended_examples.parsing_json Parsing JSON]] |
243 | | -[def _ex_cb_json_ [link boost_parser__proposed_.extended_examples.parsing_json_with_callbacks Parsing JSON With Callbacks]] |
244 | | -[def _rationale_ [link boost_parser__proposed_.rationale Rationale]] |
245 | | -[def _n_is_weird_ [link boost_parser__proposed_.rationale._classname_alt__boost__parser__none___code__phrase_role__identifier__none__phrase___code___classname__is_weird `none` is weird]] |
| 230 | +[def _p_api_ [link boost_parser.tutorial.the__parse____api The `parse()` API]] |
| 231 | +[def _parsers_uses_ [link boost_parser.tutorial.the_parsers_and_their_uses The Parsers And Their Uses]] |
| 232 | +[def _parse_ctx_ [link boost_parser.tutorial.the_parse_context The Parse Context]] |
| 233 | +[def _rule_parsers_ [link boost_parser.tutorial.rule_parsers Rule Parsers]] |
| 234 | +[def _parsing_structs_ [link boost_parser.tutorial.parsing_into__struct_s_and__class_es Parsing into `struct`s and `class`es]] |
| 235 | +[def _expect_pts_ [link boost_parser.tutorial.backtracking.expectation_points Expectation points]] |
| 236 | +[def _attr_gen_ [link boost_parser.tutorial.attribute_generation Attribute Generation]] |
| 237 | +[def _directives_ [link boost_parser.tutorial.directives Directives]] |
| 238 | +[def _eh_debugging_ [link boost_parser.tutorial.error_handling_and_debugging Error Handling and Debugging]] |
| 239 | +[def _more_about_rules_ [link boost_parser.tutorial.more_about_rules More About Rules]] |
| 240 | +[def _unicode_ [link boost_parser.tutorial.unicode_support Unicode Support]] |
| 241 | +[def _concepts_ [link boost_parser.concepts Concepts]] |
| 242 | +[def _ex_json_ [link boost_parser.extended_examples.parsing_json Parsing JSON]] |
| 243 | +[def _ex_cb_json_ [link boost_parser.extended_examples.parsing_json_with_callbacks Parsing JSON With Callbacks]] |
| 244 | +[def _rationale_ [link boost_parser.rationale Rationale]] |
| 245 | +[def _n_is_weird_ [link boost_parser.rationale._classname_alt__boost__parser__none___code__phrase_role__identifier__none__phrase___code___classname__is_weird `none` is weird]] |
246 | 246 |
|
247 | 247 | [def _err_fwd_hpp_ [headerref boost/parser/error_handling_fwd.hpp error_handling_fwd.hpp]] |
248 | 248 | [def _err_hpp_ [headerref boost/parser/error_handling.hpp error_handling.hpp]] |
|
0 commit comments