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

'Generate ANTLR Recognizer' doesn't overwrite *Parser.java #685

Open
egor-ryashin opened this issue Jan 18, 2024 · 1 comment
Open

'Generate ANTLR Recognizer' doesn't overwrite *Parser.java #685

egor-ryashin opened this issue Jan 18, 2024 · 1 comment
Labels

Comments

@egor-ryashin
Copy link

I found that I had to delete *Parser.java and only after that 'Generate ANTLR Recognizer' starts to work.

@bjansen bjansen added the bug label Jan 19, 2024
@bjansen
Copy link
Collaborator

bjansen commented Mar 9, 2024

Do you have an example to reproduce your issue?

I tried this:

  • run 'Generate ANTLR Recognizer'
  • rename a rule in the parser grammar
  • run 'Generate ANTLR Recognizer' again

And the parser was correctly updated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants