Skip to content

Starting with ANTLR4 #4706

Answered by kaby76
gurucubano asked this question in Q&A
Sep 30, 2024 · 1 comments · 4 replies
Discussion options

You must be logged in to vote

Actually, for the Python wrapper tools, just run the command antlr4-parse with -v 4.13.2 and it avoids the query to find the latest version of Antlr4. It'll still do a download, but there are two different addresses. One address is to get the latest version of Antlr4 at https://search.maven.org/solrsearch/select?q=a:antlr4-master+g:org.antlr (times out). The other address is https://repo1.maven.org/maven2/org/antlr/antlr4/, which is old html support for FTP, and that always works. Just run the command with a version option and all works! No need to copy anything.

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@gurucubano
Comment options

@kaby76
Comment options

Answer selected by gurucubano
@gurucubano
Comment options

@kaby76
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants