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
I'd like to test the generated parser using grun aka org.antlr.v4.gui.TestRig. Amongst other things it provides a simple GUI:
org.antlr.v4.gui.TestRig
This is probably trivial to do if the example on the ANTLR website is anything to go by:
$ antlr4 Expr.g4 $ javac Expr*.java $ grun Expr prog -gui 100+2*34 ^D
How about adding a task "grun" or perhaps run in Antlr4 or test in Antlr4 that starts grun? Thoughts?
run in Antlr4
test in Antlr4
The text was updated successfully, but these errors were encountered:
Yes, definitely good to have. I will add this feature sooner or later but can't promise the exact date (PRs are always welcome btw 😄 )
Sorry, something went wrong.
No branches or pull requests
I'd like to test the generated parser using grun aka
org.antlr.v4.gui.TestRig
. Amongst other things it provides a simple GUI:This is probably trivial to do if the example on the ANTLR website is anything to go by:
How about adding a task "grun" or perhaps
run in Antlr4
ortest in Antlr4
that starts grun? Thoughts?The text was updated successfully, but these errors were encountered: