|
1 /**************************************************************************** |
|
2 ** |
|
3 ** Copyright (C) 2010 Nokia Corporation and/or its subsidiary(-ies). |
|
4 ** All rights reserved. |
|
5 ** Contact: Nokia Corporation (qt-info@nokia.com) |
|
6 ** |
|
7 ** This file is part of the documentation of the Qt Toolkit. |
|
8 ** |
|
9 ** $QT_BEGIN_LICENSE:LGPL$ |
|
10 ** No Commercial Usage |
|
11 ** This file contains pre-release code and may not be distributed. |
|
12 ** You may use this file in accordance with the terms and conditions |
|
13 ** contained in the Technology Preview License Agreement accompanying |
|
14 ** this package. |
|
15 ** |
|
16 ** GNU Lesser General Public License Usage |
|
17 ** Alternatively, this file may be used under the terms of the GNU Lesser |
|
18 ** General Public License version 2.1 as published by the Free Software |
|
19 ** Foundation and appearing in the file LICENSE.LGPL included in the |
|
20 ** packaging of this file. Please review the following information to |
|
21 ** ensure the GNU Lesser General Public License version 2.1 requirements |
|
22 ** will be met: http://www.gnu.org/licenses/old-licenses/lgpl-2.1.html. |
|
23 ** |
|
24 ** In addition, as a special exception, Nokia gives you certain additional |
|
25 ** rights. These rights are described in the Nokia Qt LGPL Exception |
|
26 ** version 1.1, included in the file LGPL_EXCEPTION.txt in this package. |
|
27 ** |
|
28 ** If you have questions regarding the use of this file, please contact |
|
29 ** Nokia at qt-info@nokia.com. |
|
30 ** |
|
31 ** |
|
32 ** |
|
33 ** |
|
34 ** |
|
35 ** |
|
36 ** |
|
37 ** |
|
38 ** $QT_END_LICENSE$ |
|
39 ** |
|
40 ****************************************************************************/ |
|
41 |
|
42 /*! |
|
43 \page qlalr.html |
|
44 \title qlalr |
|
45 \nextpage qlalr - Writing Grammars |
|
46 |
|
47 \section1 Table of Contents |
|
48 |
|
49 \list |
|
50 \o \l{qlalr - Writing Grammars} |
|
51 \tableofcontents{1 qlalr - Writing Grammars} |
|
52 \o \l{qlalr - Generating Code from Grammar Specifications} |
|
53 \tableofcontents{1 qlalr - Generating Code from Grammar Specifications} |
|
54 \o \l{qlalr - qlalr Grammar Specification} |
|
55 \tableofcontents{1 qlalr - qlalr Grammar Specification} |
|
56 \o \l{qlalr - Handling Conflicts} |
|
57 \tableofcontents{1 qlalr - Handling Conflicts} |
|
58 \o \l{qlalr - Error Handling and Recovery} |
|
59 \tableofcontents{1 qlalr - Error Handling and Recovery} |
|
60 \o \l{qlalr - References to External Information} |
|
61 \tableofcontents{1 qlalr - References to External Information} |
|
62 \endlist |
|
63 |
|
64 */ |
|
65 |
|
66 /*! |
|
67 \page qlalr-files.html |
|
68 \title qlalr - Writing Grammars |
|
69 |
|
70 \contentspage qlalr |
|
71 \previouspage qlalr |
|
72 \nextpage qlalr - Generating Code from Grammar Specifications |
|
73 |
|
74 */ |
|
75 |
|
76 /*! |
|
77 \page qlalr-generating.html |
|
78 \title qlalr - Generating Code from Grammar Specifications |
|
79 |
|
80 \contentspage qlalr |
|
81 \previouspage qlalr - Writing Grammars |
|
82 \nextpage qlalr - qlalr Grammar Specification |
|
83 */ |
|
84 |
|
85 /*! |
|
86 \page qlalr-grammar-specification.html |
|
87 \title qlalr - qlalr Grammar Specification |
|
88 |
|
89 \contentspage qlalr |
|
90 \previouspage qlalr - Generating Code from Grammar Specifications |
|
91 \nextpage qlalr - Handling Conflicts |
|
92 |
|
93 */ |
|
94 |
|
95 /*! |
|
96 \page qlalr-handling-conflicts.html |
|
97 \title qlalr - Handling Conflicts |
|
98 |
|
99 \contentspage qlalr |
|
100 \previouspage qlalr - qlalr Grammar Specification |
|
101 \nextpage qlalr - Error Handling and Recovery |
|
102 */ |
|
103 |
|
104 /*! |
|
105 \page qlalr-handling-errors.html |
|
106 \title qlalr - Error Handling and Recovery |
|
107 |
|
108 \contentspage qlalr |
|
109 \previouspage qlalr - Handling Conflicts |
|
110 \nextpage qlalr - References to External Information |
|
111 */ |
|
112 |
|
113 /*! |
|
114 \page qlalr-external-references.html |
|
115 \title qlalr - References to External Information |
|
116 |
|
117 \contentspage qlalr |
|
118 \previouspage qlalr - Error Handling and Recovery |
|
119 */ |
|
120 |