Skip to content
Projeler
Gruplar
Parçacıklar
Yardım
Yükleniyor...
Oturum aç / Kaydol
Gezinmeyi değiştir
C
cpython
Proje
Proje
Ayrıntılar
Etkinlik
Cycle Analytics
Depo (repository)
Depo (repository)
Dosyalar
Kayıtlar (commit)
Dallar (branch)
Etiketler
Katkıda bulunanlar
Grafik
Karşılaştır
Grafikler
Konular (issue)
0
Konular (issue)
0
Liste
Pano
Etiketler
Kilometre Taşları
Birleştirme (merge) Talepleri
0
Birleştirme (merge) Talepleri
0
CI / CD
CI / CD
İş akışları (pipeline)
İşler
Zamanlamalar
Grafikler
Paketler
Paketler
Wiki
Wiki
Parçacıklar
Parçacıklar
Üyeler
Üyeler
Collapse sidebar
Close sidebar
Etkinlik
Grafik
Grafikler
Yeni bir konu (issue) oluştur
İşler
Kayıtlar (commit)
Konu (issue) Panoları
Kenar çubuğunu aç
Batuhan Osman TASKAYA
cpython
Commits
9880062e
Kaydet (Commit)
9880062e
authored
Eki 23, 2000
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Remove some obsolete files, and update the README.
üst
d038ca83
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
113 deletions
+0
-113
Makefile
Demo/parser/Makefile
+0
-30
README
Demo/parser/README
+0
-5
parser.tex
Demo/parser/parser.tex
+0
-78
No files found.
Demo/parser/Makefile
deleted
100644 → 0
Dosyayı görüntüle @
d038ca83
parser.dvi
:
parser.tex ../../Doc/libparser.tex
TEXINPUTS
=
../../Doc::
$(LATEX)
parser
parser.ps
:
parser.dvi
$(DVIPS)
parser
>
parser.ps
parser.texi
:
@lib.texi
$(EMACS)
-batch
-l
../../Doc/fix.el
-f
save-buffer
-kill
mv
@lib.texi parser.texi
@lib.texi
:
../../Doc/libparser.tex
\
texipre.dat ../../Doc/texipost.dat
\
../../Doc/partparse.py ../../Doc/fix.el
$(PYTHON)
../../Doc/partparse.py
-o
@lib.texi
\
-t
../../Doc/texipost.dat
\
../../Doc/libparser.tex
parserwww
:
parser.texi
if
test
-d
html
;
then
true
;
else
mkdir
html
;
fi
$(PYTHON)
../../Doc/texi2html.py
-d
parser.texi html
# Use a new name for this; the included file uses 'clean' already....
clean-parser
:
rm
-f
*
.log
*
.aux
*
.dvi
*
.pyc
*
.ps
dist
:
(
cd
../..
;
\
tar
cf -
`
cat
Demo/parser/FILES
`
|
gzip
>
parsermodule-1.4.tar.gz
)
include
../../Doc/Makefile
Demo/parser/README
Dosyayı görüntüle @
9880062e
...
@@ -22,9 +22,4 @@ Files:
...
@@ -22,9 +22,4 @@ Files:
test_parser.py program to put the parser module through it's paces.
test_parser.py program to put the parser module through it's paces.
parser.tex -- LaTex driver file for formatting the parser module
documentation separately from the library reference.
Makefile -- `make' rule set to format the parser module manual.
Enjoy!
Enjoy!
Demo/parser/parser.tex
deleted
100644 → 0
Dosyayı görüntüle @
d038ca83
\documentstyle
[twoside,10pt,myformat]
{
report
}
%% This manual does not supplement the chapter from the Python
%% Library Reference, but only allows formatting of the parser module
%% component of that document as a separate document, and was created
%% primarily to ease review of the formatted document during authoring.
\title
{
Python Parser Module Reference
}
\author
{
Fred L. Drake, Jr.
\\
Corporation for National Research Initiatives (CNRI)
\\
1895 Preston White Drive, Reston, Va 20191-5343, USA
\\
E-mail:
{
\tt
fdrake@cnri.reston.va.us
}
,
{
\tt
fdrake@intr.net
}
}
\date
{
September 3rd, 1996
\\
Release 1.4
}
\begin{document}
\pagenumbering
{
roman
}
\maketitle
Copyright
\copyright
{}
1995-1996 by Fred L. Drake, Jr., Reston,
Virginia, USA, and Virginia Polytechnic Institute and State
University, Blacksburg, Virginia, USA. Portions of the software
copyright 1991-1995 by Stichting Mathematisch Centrum, Amsterdam, The
Netherlands. Copying is permitted under the terms associated with the
main Python distribution, with the additional restriction that this
additional notice be included and maintained on all distributed
copies.
\begin{center}
All Rights Reserved
\end{center}
Permission to use, copy, modify, and distribute this software and its
documentation for any purpose and without fee is hereby granted,
provided that the above copyright notice appear in all copies and that
both that copyright notice and this permission notice appear in
supporting documentation, and that the names of Fred L. Drake, Jr. and
Virginia Polytechnic Institute and State University not be used in
advertising or publicity pertaining to distribution of the software
without specific, written prior permission.
FRED L. DRAKE, JR. AND VIRGINIA POLYTECHNIC INSTITUTE AND STATE
UNIVERSITY DISCLAIM ALL WARRANTIES WITH REGARD TO THIS SOFTWARE,
INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS, IN NO
EVENT SHALL FRED L. DRAKE, JR. OR VIRGINIA POLYTECHNIC INSTITUTE AND
STATE UNIVERSITY BE LIABLE FOR ANY SPECIAL, INDIRECT OR CONSEQUENTIAL
DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
PERFORMANCE OF THIS SOFTWARE.
\begin{abstract}
\noindent
The
\emph
{
Python Parser Module Reference
}
describes the interfaces
published by the optional
\code
{
parser
}
module and gives examples of
how they may be used. It contains the same text as the chapter on the
\code
{
parser
}
module in the
\emph
{
Python Library Reference
}
, but is
presented as a separate document.
This manual assumes basic knowledge about the Python language. For an
informal introduction to Python, see the
\emph
{
Python Tutorial
}
; the
\emph
{
Python Reference Manual
}
remains the highest authority on
syntactic and semantic questions.
\end{abstract}
\pagebreak
\pagenumbering
{
arabic
}
\chapter
{
Parser Module Reference
}
\input
{
libparser
}
\end{document}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment