blob: 8ad03a6175d84d9e2ebe1cb21f387cf98677c9f2 [file] [log] [blame]
Fred Drake3f3691e1996-09-12 12:59:25 +00001\input texinfo @c -*-texinfo-*-
2@c %**start of header
3@setfilename parser.info
4@settitle Python Parser Module Reference
5@setchapternewpage odd
6@footnotestyle end
7@c %**end of header
8
9@ifinfo
10This file describes the interfaces
11published by the optional @code{parser} module and gives examples of
12how they may be used. It contains the same text as the chapter on the
13@code{parser} module in the @cite{Python Library Reference}, but is
14presented as a separate document.
15
16Copyright 1995-1996 by Fred L. Drake, Jr., Reston, Virginia, USA, and
17Virginia Polytechnic Institute and State University, Blacksburg,
18Virginia, USA. Portions of the software copyright 1991-1995 by
19Stichting Mathematisch Centrum, Amsterdam, The Netherlands. Copying is
20permitted under the terms associated with the main Python distribution,
21with the additional restriction that this additional notice be included
22and maintained on all distributed copies.
23
24 All Rights Reserved
25
26Permission to use, copy, modify, and distribute this software and its
27documentation for any purpose and without fee is hereby granted,
28provided that the above copyright notice appear in all copies and that
29both that copyright notice and this permission notice appear in
30supporting documentation, and that the names of Fred L. Drake, Jr. and
31Virginia Polytechnic Institute and State University not be used in
32advertising or publicity pertaining to distribution of the software
33without specific, written prior permission.
34
35FRED L. DRAKE, JR. AND VIRGINIA POLYTECHNIC INSTITUTE AND STATE
36UNIVERSITY DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
37INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
38EVENT SHALL FRED L. DRAKE, JR. OR VIRGINIA POLYTECHNIC INSTITUTE AND
39STATE UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
40DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
41PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
42TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
43PERFORMANCE OF THIS SOFTWARE.
44@end ifinfo
45
46@titlepage
47@title Python Parser Module Reference
48@author Fred L. Drake, Jr.
49
50@c The following two commands start the copyright page.
51@page
52@vskip 0pt plus 1filll
53Copyright 1995-1996 by Fred L. Drake, Jr., Reston, Virginia, USA, and
54Virginia Polytechnic Institute and State University, Blacksburg,
55Virginia, USA. Portions of the software copyright 1991-1995 by
56Stichting Mathematisch Centrum, Amsterdam, The Netherlands. Copying is
57permitted under the terms associated with the main Python distribution,
58with the additional restriction that this additional notice be included
59and maintained on all distributed copies.
60
61@center All Rights Reserved
62
63Permission to use, copy, modify, and distribute this software and its
64documentation for any purpose and without fee is hereby granted,
65provided that the above copyright notice appear in all copies and that
66both that copyright notice and this permission notice appear in
67supporting documentation, and that the names of Fred L. Drake, Jr. and
68Virginia Polytechnic Institute and State University not be used in
69advertising or publicity pertaining to distribution of the software
70without specific, written prior permission.
71
72FRED L. DRAKE, JR. AND VIRGINIA POLYTECHNIC INSTITUTE AND STATE
73UNIVERSITY DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
74INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
75EVENT SHALL FRED L. DRAKE, JR. OR VIRGINIA POLYTECHNIC INSTITUTE AND
76STATE UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
77DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
78PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
79TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
80PERFORMANCE OF THIS SOFTWARE.
81@end titlepage
82
83
84@node Top, Overview, (dir), (dir)
85@top The Python Parser Module
86
87@ifinfo
88This file describes the interfaces
89published by the optional @code{parser} module and gives examples of
90how they may be used. It contains the same text as the chapter on the
91@code{parser} module in the @cite{Python Library Reference}, but is
92presented as a separate document.
93
94This version corresponds to Python version 1.4 (1 Sept. 1996).
95
96@end ifinfo
97
98@c placeholder for the master menu -- patched by texinfo-all-menus-update
99@menu
100@end menu