Skip to content

Releases: antlr/antlr3

3.5.3

10 Apr 03:52
Compare
Choose a tag to compare

Small clean up release.

What's Changed

  • change source compatibility to 1.8 and enabke github workflows by @teverett in #201
  • Change Wiki URLs to theantlrguy.atlassian.net in README.txt by @stadlerb in #185
  • Bazel support by @jcking in #207

New Contributors

Full Changelog: 3.5.2...3.5.3

v3.5.2

25 Mar 12:17
Compare
Choose a tag to compare

Minor bug fix release

Changes

For a list of all issues closed for this release, click here.

For a list of all commits in this release, click here.

  • Improved compatibility with Java 8
  • Updates to the C and C++ targets

v3.5.1

28 Sep 03:43
Compare
Choose a tag to compare

Minor bug fix release

Breaking Changes

Starting with this release, StringTemplate 3.2.1 is an optional dependency (#126). While most artifacts using StringTemplate features would already include an explicit dependency on the stringtemplate artifact, some projects which omit the explicit dependency may fail to build until the dependency is added, as follows:

<dependency>
    <groupId>org.antlr</groupId>
    <artifactId>stringtemplate</artifactId>
    <version>3.2.1</version>
    <scope>compile</scope>
</dependency>

Changes

For a list of all issues closed for this release, click here.

For a list of all commits in this release, click here.

  • Fix the -Xgrtree command line option (#19)
  • Improve error message for error 7, which is reported for most IOException cases
  • Updated C++ target (#112, likely still a work in progress)

v3.5

17 Sep 00:19
Compare
Choose a tag to compare
antlr-3.5

Updated version numbers for ANTLR 3.5 final