Tries to switch to antlr4ng and antlr-ng parser WIP #598
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Would be nice to not have an old built-in ANTLR4-c3 package in the repo. Looks like antlr4-c3 is TS now, so think we should be good to swap.
Saw that antlr-ng is developed by the same guy who makes antlr4-c3 (and the readme says "antlr4-c3 The antlr-ng and ANTLR4 Code Completion Core", so I thought it could be nice to swap to this as well.
My quick try of it needed a bunch of minor changes for small changes to how things work/are named.
Biggest issue seems to be that antlr-ng produces parser with "EOF" tokens, while it seems the library uses "cEOF" for the same purpose?