Skip to content

Releases: mike-lischke/antlr4-c3

New Point Release

01 Feb 11:56
v3.4.2
d94e7de
Compare
Choose a tag to compare
  • PR #80 Candidate token's follow TokenList is inaccurate when the candidate's origin is ambiguous

  • PR #135 Add GitHub Workflow for Java port

  • PR #137 Add Clang-Format and Clang-Tidy checks

  • PR #140 C++ port light refactororing and bug fix

  • PR #146 Change C++ port public API

  • PR #147 Run C++ tests in random order

  • PR #148 Make global mutable state thread_local

  • PR #149 Remove FollowSet cache dependency on ignoredTokens

  • PR #160 Make C++ port debug output more like TS

  • PR #161 Use grammars from the TS project for C++ port testing

  • PR #163 Remove generated parsers

  • PR #164 Provide support for Dart language

  • PR #166 Replace isPrecedenceRule with isLeftRecursive

  • Fixed Bug #94 Autocompleting empty string causes error (in PR #95)

  • Fixed Bug #108 Java port-> NPE happen when followSets contains FollowSetWithPath with null following member (in PR #109)

  • Fixed Bug #139 Make C++ port thread safe

  • Fixed Bug #162 Grammar and generated files can be inconsistent (in PR #163)

  • Fixed Bug #165 isPrecedenceRule is required to be required by CodeCompletionCore but seems to be missing from antlr4ng (in PR #166)

New Minor Release

03 Mar 16:53
v3.4.1
602dcb2
Compare
Choose a tag to compare
  • Switched to a new major version of the antlr4ng runtime (3.0.0).
  • Fixed issue #96 Add .cjs output to package

New point release

26 Feb 10:48
v3.3.7
5472880
Compare
Choose a tag to compare

Stop bundling 3rd party libraries in the own lib bundle. This is not only unnecessary (these deps are installed with all the other dependencies in a target project), but can cause trouble if a depenent project uses 2 different versions of such a bundled 3rd party lib.

New point release

06 Feb 09:02
v3.3.6
e32669d
Compare
Choose a tag to compare
  • Fixed bug #93 Add command to esbuild (stop including 3rd party libs in bundle).
  • Updated dependencies.

New point release

08 Dec 15:32
v3.3.5
51a7e88
Compare
Choose a tag to compare

Upgraded dependencies

v3.3.3

07 Nov 16:23
v3.3.3
eeededc
Compare
Choose a tag to compare

Updated dependencies, which required some changes

New Minor Release

23 Sep 12:03
Compare
Choose a tag to compare

Updated dependencies and changed package building to use esbuild.

Adjustments for latest antlr4ng

19 Sep 12:22
Compare
Choose a tag to compare
  • Updated c3 code.
  • Updated Jest settings to run ESM + TS tests.

Finished switch from antlr4ts to antlr4ng

12 Sep 11:20
Compare
Choose a tag to compare

New Point Release

08 Aug 13:05
Compare
Choose a tag to compare

No functional changes compared to v3.1.0, I just forgot to update the readme 🙄