We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
-Xlog
I am using the ANTLR 4 plugin (version 1.20; including ANTLR 4.11.1) for IntelliJ. In build.gradle in this project, I use the -Xlog option as follows:
1.20
4.11.1
build.gradle
generateGrammarSource { arguments += ["-Xlog", "-visitor"] }
However, it does not generate .log file as expected.
.log
Note: I have posted a problem on Stackoverflow (without getting answers yet).
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am using the ANTLR 4 plugin (version
1.20
; including ANTLR4.11.1
) for IntelliJ. Inbuild.gradle
in this project, I use the-Xlog
option as follows:However, it does not generate
.log
file as expected.Note: I have posted a problem on Stackoverflow (without getting answers yet).
The text was updated successfully, but these errors were encountered: