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

added TypeScript target and some modifications #4242

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

RobEin
Copy link
Contributor

@RobEin RobEin commented Sep 15, 2024

  • added TypeScript target
  • update to ANTLR 4.13.2
  • update to Python 3.12.6

@kaby76
Copy link
Contributor

kaby76 commented Sep 16, 2024

typescript-collections is not in the project.json for testing. I'll add it as a default with #4243.

@kaby76
Copy link
Contributor

kaby76 commented Sep 17, 2024

update to ANTLR 4.13.2. Could you describe which targets require 4.13.2 here? There is no version 4.13.2 for the CSharp target.

@RobEin
Copy link
Contributor Author

RobEin commented Sep 17, 2024

The following four parsers require ANTLR 4.13.2:

  • JavaScript target for Python 2.7.18 (because of depricated Recognizer.getErrorListenerDispatch(): #4562)
  • TypeScript target for Python 2.7.18 (because of depricated Recognizer.getErrorListenerDispatch(): #4562)
  • JavaScript target for Python 3.12.6 (because of depricated features: #4562)
  • TypeScript target for Python 3.12.6 (because of depricated and new features: #4562)

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

Successfully merging this pull request may close these issues.

2 participants