/Demo/parser/texipre.dat

http://unladen-swallow.googlecode.com/ · Unknown · 100 lines · 84 code · 16 blank · 0 comment · 0 complexity · 6b4635837f648fdeaba3b98184adf5f8 MD5 · raw file

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