antlr3 3.5.2-8 source package in Ubuntu
Changelog
antlr3 (3.5.2-8) unstable; urgency=medium * Team upload. * Depend on libmaven3-core-java instead of libmaven2-core-java -- Emmanuel Bourg <email address hidden> Wed, 02 Aug 2017 11:53:56 +0200
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 | Published | Component | Section |
---|
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
antlr3_3.5.2-8.dsc | 2.6 KiB | a97422315a9a71d99712c935ab5bb2eaef37abbd5484f514d885d22e3c905511 |
antlr3_3.5.2.orig.tar.xz | 564.0 KiB | c7cd0e9201f6c9926c55002c6de35e9c683f2720d9d56a291f9552d17e0543fb |
antlr3_3.5.2-8.debian.tar.xz | 151.2 KiB | d271163c473d2ceb90a817dacb3f19d874177c2f50beb4219885456f0d2677dc |
Available diffs
- diff from 3.5.2-7 to 3.5.2-8 (638 bytes)
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: No summary available for antlr3-gunit-maven-plugin in ubuntu artful.
No description available for antlr3-
gunit-maven- plugin in ubuntu artful.
- 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: No summary available for libantlr3-gunit-java in ubuntu artful.
No description available for libantlr3-
gunit-java in ubuntu artful.
- 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