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

missing children in visitor pattern with cpp-runtime of ANTLR #3543

Open
4 tasks done
chakpongchung opened this issue Feb 15, 2022 · 0 comments
Open
4 tasks done

missing children in visitor pattern with cpp-runtime of ANTLR #3543

chakpongchung opened this issue Feb 15, 2022 · 0 comments

Comments

@chakpongchung
Copy link

chakpongchung commented Feb 15, 2022

All ANTLR contributors provide implementation, maintenance and support for free.
We therefore kindly require that before submitting any issue to ANTLR, you please check off these boxes:

  • I have reproduced my issue using the latest version of ANTLR
  • I have submitted my issue to antlr4-discussion google group or asked at stackoverflow
  • Responses from the above seem to indicate that my issue could be an ANTLR bug
  • I have done a search of the existing issues to make sure I'm not sending in a duplicate

Please include the following information:

  • target information: C++
  • smallest possible grammar and code that reproduces the behavior

Please see the bug description here and the minimal code to reproduce the problem.
opencypher/openCypher#529

  • description of the expected behavior and actual behavior

The expected behavior is that the parent node mentioned should have more than one child. The actual behavior has only one child.

Pointers to suspicious code regions are also very welcome.

The problem is only present in the visitor pattern code when using antlr4-cpp-runtime (4.9.3)

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

No branches or pull requests

1 participant