yappy 1.9.4-1 source package in Ubuntu

Changelog

yappy (1.9.4-1) unstable; urgency=low

  * New upstream release
  * Bug fix: "Python string exceptions no more allowed in Python 2.6",
    thanks to Sandro Tosi (Closes: #585342).
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  14 Jun 2010 09:50:29 +0100

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Maverick
Original maintainer:
Rogerio Reis
Architectures:
all
Section:
devel
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Maverick: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
yappy_1.9.4.orig.tar.gz 152.2 KiB 309476cb07d2d80638bbf49b6df84bc9d3dee86752505514a1acaee35d4238ae
yappy_1.9.4-1.debian.tar.gz 3.4 KiB c80aee9c13ab313c2656bcaef5aabad2b4a2ef48a1cc2471b0b3ce500fd0170e
yappy_1.9.4-1.dsc 1.0 KiB 1c3a2b9f68c90134514ba7c3ed08aa4dab88feac2a3fd8771080853a6cadf0ae

Available diffs

View changes file

Binary packages built by this source

python-yappy: Yet Another Parser Generator for Python

 Yappy provides a lexical analyser and a LR parser generator
 for Python applications. It currently builds SLR,
 LR(1) and LALR(1) tables. Tables are kept in Python shelves for use
 in parsing. Some ambiguous grammars can be handled if priority
 and associativity information is provided.

python-yappy-doc: Documentation for yappy

 Yappy provides a lexical analyser and a LR parser generator
 for Python applications. It currently builds SLR,
 LR(1) and LALR(1) tables. Tables are kept in Python shelves for use
 in parsing. Some ambiguous grammars can be handled if priority
 and associativity information is provided.