Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update python-target.md #4417

Merged
merged 1 commit into from
Sep 15, 2023
Merged

Update python-target.md #4417

merged 1 commit into from
Sep 15, 2023

Conversation

eleveyuan
Copy link
Contributor

when i run this command in terminal,
'''
antlr4 -v 4.13.0 -Dlanguage=Python3 Expr.g4
'''
i got errors as follow
'''
error(2): unknown command-line option -v
error(7): cannot find or open file: 4.13.0
error(7): cannot find or open file: Expr.g4
'''

I thought '-v 4.13.0' is redundant, so I modified this command and deleted it

antlr4 -Dlanguage=Python3 Expr.g4

Signed-off-by: eleveyuan <85916131+eleveyuan@users.noreply.github.com>
@ericvergnaud
Copy link
Contributor

@parrt blessed, merging

@ericvergnaud ericvergnaud merged commit 0eb38a0 into antlr:dev Sep 15, 2023
42 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants