python3-antlr3 3.5.2-4 source package in Ubuntu

Changelog

python3-antlr3 (3.5.2-4) unstable; urgency=medium

  * Add congress-python3-antlr3.patch.

 -- Thomas Goirand <email address hidden>  Wed, 28 Feb 2018 11:53:13 +0100

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Bionic release universe misc

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python3-antlr3_3.5.2-4.dsc 2.1 KiB 8d0cd8e9b8c13ae22bec0ff312e06e61667203b9f2168c1e8854fb0e39aafee3
python3-antlr3_3.5.2.orig.tar.gz 132.0 KiB a136dceb7d56749f970e39a7e46e90620a668c7ba7cefe53766b19837b2f7d77
python3-antlr3_3.5.2-4.debian.tar.xz 11.3 KiB 70ab2ef766ae3f7150540691b4622c508fcb15391773d99a30f2c8e6e6e646bc

Available diffs

No changes file available.

Binary packages built by this source

python3-antlr3: ANother Tool for Language Recognition - Python 2.7 bindings

 ANTLR, ANother Tool for Language Recognition, (formerly PCCTS) is a language
 tool that provides a framework for constructing recognizers, compilers, and
 translators from grammatical descriptions containing C++ or Java actions (You
 can use PCCTS 1.xx to generate C-based parsers).
 .
 Computer language translation has become a common task. While compilers and
 tools for traditional computer languages (such as C or Java) are still being
 built, their number is dwarfed by the thousands of mini-languages for which
 recognizers and translators are being developed. Programmers construct
 translators for database formats, graphical data files (e.g., PostScript,
 AutoCAD), text processing files (e.g., HTML, SGML). ANTLR is designed to
 handle all of your translation tasks.
 .
 This package provides the Python 2.7 bindings.