Gehe zu Anwendung: [
0
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
]
Gehe zu RPM-Paket: [
3ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
python-yapps2: Yet Another Python Parser System v2
|
|
|
|
|
|
(auf gut Glück) | |
(meist engl.) | |
(falls vorhanden) | |
- Zusammenfassung (meist engl.)
- Yapps (Yet Another Python Parser System) is an easy to use parser generator
that is written in Python and generates Python code. Although there are several
parser generators already available for Python, I had different goals,
including learning about recursive descent parsers. Yapps is simple, is easy to
use, and produces human-readable parsers. It is not fast, powerful, or
particularly flexible. Yapps is designed to be used when regular expressions
are not enough and other parser systems are too much: situations where you may
write your own recursive descent parser. On this page you can find both Yapps 1
and Yapps 2. Yapps 1 is more like a functional language (concise grammars of
the form when you see this, return this), while Yapps 2 is more like an
imperative language (more verbose grammars of the form if/while you see this,
do this). Both are completely free.
Installieren: |
|
Status: |
|
Umfang: | 31 KiB |
Paket enthält Anwendung:
yapps2