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
bbe6068d
Kaydet (Commit)
bbe6068d
authored
Ock 09, 1998
tarafından
Fred Drake
Dosyalara gözat
Seçenekler
Dosyalara Gözat
İndir
Eposta Yamaları
Sade Fark
Added \label{} to allow module references.
Added some seealso sections.
üst
aa5dba02
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
46 additions
and
8 deletions
+46
-8
libparser.tex
Doc/lib/libparser.tex
+23
-4
libparser.tex
Doc/libparser.tex
+23
-4
No files found.
Doc/lib/libparser.tex
Dosyayı görüntüle @
bbe6068d
...
...
@@ -10,6 +10,7 @@
%
\section
{
Built-in Module
\sectcode
{
parser
}}
\label
{
module-parser
}
\bimodindex
{
parser
}
The
\code
{
parser
}
module provides an interface to Python's internal
...
...
@@ -609,9 +610,9 @@ the ``short form'' or the ``long form.'' The short form is used when
the code block is on the same line as the definition of the code
block, as in
\b
code
\b
egin{verbatim}
\begin{verbatim}
def square(x): "Square an argument."; return x ** 2
\end{verbatim}
\ecode
\end{verbatim}
%
while the long form uses an indented block and allows nested
definitions:
...
...
@@ -674,8 +675,20 @@ module. If information is required which is not extracted by the code
of this example, the code may be extended at clearly defined points to
provide additional capabilities.
\begin{seealso}
\seemodule
{
symbol
}
%
{
useful constants representing internal nodes of the parse tree
}
\seemodule
{
token
}
%
{
useful constants representing leaf nodes of the parse tree and
functions for testing node values
}
\end{seealso}
\section
{
Standard Module
\sectcode
{
symbol
}}
\label
{
module-symbol
}
\stmodindex
{
symbol
}
This module provides constants which represent the numeric values of
...
...
@@ -696,8 +709,13 @@ module back to name strings, allowing more human-readable
representation of parse trees to be generated.
\end{datadesc}
\begin{seealso}
\seemodule
{
parser
}{
second example uses this module
}
\end{seealso}
\section
{
Standard Module
\sectcode
{
token
}}
\label
{
module-token
}
\stmodindex
{
token
}
This module provides constants which represent the numeric values of
...
...
@@ -731,5 +749,6 @@ Return true for non-terminal token values.
Return true if
\var
{
x
}
is the marker indicating the end of input.
\end{funcdesc}
%%
%% end of file
\begin{seealso}
\seemodule
{
parser
}{
second example uses this module
}
\end{seealso}
Doc/libparser.tex
Dosyayı görüntüle @
bbe6068d
...
...
@@ -10,6 +10,7 @@
%
\section
{
Built-in Module
\sectcode
{
parser
}}
\label
{
module-parser
}
\bimodindex
{
parser
}
The
\code
{
parser
}
module provides an interface to Python's internal
...
...
@@ -609,9 +610,9 @@ the ``short form'' or the ``long form.'' The short form is used when
the code block is on the same line as the definition of the code
block, as in
\b
code
\b
egin{verbatim}
\begin{verbatim}
def square(x): "Square an argument."; return x ** 2
\end{verbatim}
\ecode
\end{verbatim}
%
while the long form uses an indented block and allows nested
definitions:
...
...
@@ -674,8 +675,20 @@ module. If information is required which is not extracted by the code
of this example, the code may be extended at clearly defined points to
provide additional capabilities.
\begin{seealso}
\seemodule
{
symbol
}
%
{
useful constants representing internal nodes of the parse tree
}
\seemodule
{
token
}
%
{
useful constants representing leaf nodes of the parse tree and
functions for testing node values
}
\end{seealso}
\section
{
Standard Module
\sectcode
{
symbol
}}
\label
{
module-symbol
}
\stmodindex
{
symbol
}
This module provides constants which represent the numeric values of
...
...
@@ -696,8 +709,13 @@ module back to name strings, allowing more human-readable
representation of parse trees to be generated.
\end{datadesc}
\begin{seealso}
\seemodule
{
parser
}{
second example uses this module
}
\end{seealso}
\section
{
Standard Module
\sectcode
{
token
}}
\label
{
module-token
}
\stmodindex
{
token
}
This module provides constants which represent the numeric values of
...
...
@@ -731,5 +749,6 @@ Return true for non-terminal token values.
Return true if
\var
{
x
}
is the marker indicating the end of input.
\end{funcdesc}
%%
%% end of file
\begin{seealso}
\seemodule
{
parser
}{
second example uses this module
}
\end{seealso}
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