Paketname | yapps2 |
Beschreibung | Yet Another Python Parser System |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (main) |
Version | 2.1.1-17.2 |
Sektion | python |
Priorität | optional |
Installierte Größe | 272 Byte |
Hängt ab von | python (>= 2.2), python-support (>= 0.90.0), yapps2-runtime (= 2.1.1-17.2) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 65676 Byte |
Prüfsumme MD5 | 4ddf2cb046961490266a4f3a4224ccbe |
Prüfsumme SHA1 | 5faa3cac3a281fc1ee7f468f276bc867216de4bd |
Prüfsumme SHA256 | f0a7ce749d2387258b47cba7502cbf80795dff4ad5bab0ff6c0915306e441f45 |
Link zum Herunterladen | yapps2_2.1.1-17.2_all.deb |
Ausführliche Beschreibung | YAPPS is an easy to use parser generator that is written in Python and
generates Python code. There are several parser generator systems
already available for Python, but this parser has different goals:
Yapps is simple, very easy to use, and produces human-readable parsers.
.
It is not the fastest or most powerful parser. Yapps is designed to be
used when regular expressions are not enough and other parser systems
are too much: situations where you might otherwise write your own
recursive descent parser.
.
This package contains several upward-compatible enhancements to the
original YAPPS source:
.
- handles recursive input ("include files")
- better error reporting
- reads input incrementally
|