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
We keep getting users that get confused with the antlr-lab UI. https://stackoverflow.com/questions/78080471/using-spaces-as-delimiters-in-antlr4 . People paste a combined grammar into the "parser" text box, but then fail to clear the "lexer" text box. The UI needs to differentiate between combined- and split-grammars.
Instead, provide a check box "combined" that is "on" by default. When it is "on", only show a "parser" grammar. Do not provide a "lexer" tab/text box.
The text was updated successfully, but these errors were encountered:
How about going a step further and showing "combined" when the check box is on vs "parser" and "lexer" when it's off ?
Sorry, something went wrong.
And how about auto detection ?
All good ideas, any of which would help make it work for the better.
No branches or pull requests
We keep getting users that get confused with the antlr-lab UI. https://stackoverflow.com/questions/78080471/using-spaces-as-delimiters-in-antlr4 . People paste a combined grammar into the "parser" text box, but then fail to clear the "lexer" text box. The UI needs to differentiate between combined- and split-grammars.
Instead, provide a check box "combined" that is "on" by default. When it is "on", only show a "parser" grammar. Do not provide a "lexer" tab/text box.
The text was updated successfully, but these errors were encountered: