forked from boostorg/spirit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
abstracts.qbk
27 lines (22 loc) · 1.02 KB
/
abstracts.qbk
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
[/==============================================================================
Copyright (C) 2001-2011 Joel de Guzman
Copyright (C) 2001-2011 Hartmut Kaiser
Distributed under the Boost Software License, Version 1.0. (See accompanying
file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
===============================================================================/]
[section Abstracts]
[include abstracts/syntax_diagram.qbk]
[include abstracts/peg.qbk]
[/include abstracts/parsing.qbk]
[/include abstracts/generating.qbk]
[/include abstracts/primitives.qbk]
[/include abstracts/operators.qbk]
[include abstracts/attributes.qbk]
[/include abstracts/semantic_actions.qbk]
[/include abstracts/directives.qbk]
[/include abstracts/rules.qbk]
[/include abstracts/grammars.qbk]
[/include abstracts/debugging.qbk]
[/include abstracts/error_handling.qbk]
[/include abstracts/parse_trees_and_asts.qbk]
[endsect]