antlr3 3.5.2-3 source package in Ubuntu

Changelog

antlr3 (3.5.2-3) unstable; urgency=medium

  * Team upload.

  [ Emmanuel Bourg ]
  * Declare that ANTLR 3.5 breaks jython (<< 2.5.3-7~)
  * Replaced the HashSets with LinkedHashSets in DefineGrammarItemsWalker
    to make the generated parsers reproducible
  * d/README.source: Updated the instructions to build the generated sources
  * Removed the unused dependency on libantlr-maven-plugin-java
  * Require Java 5 or higher
  * Fixed the library package suggested by antlr3-doc
  * Changed the section of the manpage (3 -> 1)

  [ Markus Koschany ]
  * Vcs-Browser: Use https.
  * Transition to bnd 2.1.0.
  * Add a new maven rule for antlr2, otherwise the build FTBFS.
  * Fix Lintian warning spelling-error-in-description.

 -- Markus Koschany <email address hidden>  Thu, 19 Nov 2015 19:06:16 +0100

Upload details

Uploaded by:
Debian Java Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Java Maintainers
Architectures:
all
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
antlr3_3.5.2-3.dsc 2.7 KiB c268b41a67245113650c5ae5b188554c7852e60c04a449dd2d130da3c54e41cf
antlr3_3.5.2.orig.tar.xz 564.0 KiB c7cd0e9201f6c9926c55002c6de35e9c683f2720d9d56a291f9552d17e0543fb
antlr3_3.5.2-3.debian.tar.xz 151.7 KiB f3674cf5421119fd5796e554985789e90a16ae8096ba08d1f76fbb439af28a7a

Available diffs

No changes file available.

Binary packages built by this source

antlr3: language tool for constructing recognizers, compilers etc

 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.

antlr3-doc: language tool for constructing compilers etc - documentation

 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].
 .
 This package provides the API documentation for ANTLR 3

antlr3-gunit-maven-plugin: Maven plugin for gUnit, a unit test framework for ANTLR grammars

 gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
 way to write and run automated tests for ANTLR grammars in a manner similar
 to Java unit testing framework jUnit. The basic idea is to create a bunch of
 input/output pairs for rules in a grammar and gUnit will verify the expected
 output/result. The input can be a single line or multiple lines of strings or
 even an external file. The output can be simply success or failure, an
 abstract syntax tree (AST), a rule return value, or some text output which
 could be a rule's template return value. The current version of gUnit has 2
 main functions, interpreter and jUnit generator. The interpreter interprets
 your gUnit script and runs unit tests using Java reflection to invoke methods
 in your parser objects. The generator, on the other hand, translates your
 gUnit script to jUnit Java code that you can compile and execute by hand.
 .
 This package provides the Maven plugin that allows one to run gUnit tests
 during a Maven build.

antlr3-maven-plugin: Maven plugin for ANTLR 3

 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].
 .
 This package provides the Maven plugin that supports compiling ANTLR 3
 grammars during a Maven build

libantlr3-gunit-java: Unit Test framework for ANTLR grammars

 gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
 way to write and run automated tests for ANTLR grammars in a manner similar
 to Java unit testing framework jUnit. The basic idea is to create a bunch of
 input/output pairs for rules in a grammar and gUnit will verify the expected
 output/result. The input can be a single line or multiple lines of strings or
 even an external file. The output can be simply success or failure, an
 abstract syntax tree (AST), a rule return value, or some text output which
 could be a rule's template return value. The current version of gUnit has 2
 main functions, interpreter and jUnit generator. The interpreter interprets
 your gUnit script and runs unit tests using Java reflection to invoke methods
 in your parser objects. The generator, on the other hand, translates your
 gUnit script to jUnit Java code that you can compile and execute by hand.

libantlr3-gunit-java-doc: API documentation for gUnit

 gUnit is a "Unit Test" framework for ANTLR grammars. It provides a simple
 way to write and run automated tests for ANTLR grammars in a manner similar
 to Java unit testing framework jUnit. The basic idea is to create a bunch of
 input/output pairs for rules in a grammar and gUnit will verify the expected
 output/result. The input can be a single line or multiple lines of strings or
 even an external file. The output can be simply success or failure, an
 abstract syntax tree (AST), a rule return value, or some text output which
 could be a rule's template return value. The current version of gUnit has 2
 main functions, interpreter and jUnit generator. The interpreter interprets
 your gUnit script and runs unit tests using Java reflection to invoke methods
 in your parser objects. The generator, on the other hand, translates your
 gUnit script to jUnit Java code that you can compile and execute by hand.
 .
 This package provides the API documentation for gUnit for ANTLR 3

libantlr3-runtime-java: Runtime library for ANTLR 3

 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].
 .
 This package provides the runtime library required to run the parsers
 generated by ANTLR 3