-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Conversation
RobEin
commented
Sep 15, 2024
- added TypeScript target
- update to ANTLR 4.13.2
- update to Python 3.12.6
Signed-off-by: Robert Einhorn <robert.einhorn.hu@gmail.com>
Signed-off-by: Robert Einhorn <robert.einhorn.hu@gmail.com>
|
|
The following four parsers require ANTLR 4.13.2:
|
Now I understand. The JavaScript port requires Antlr 4.13.2 because this PR uses the API Lexer.setMode(). Unfortunately, the build locks all grammars that have a JavaScript port at 4.13.2. So, the old API mode() outputs a deprecation warning, which is a breaking change--all output from the tester is captured and compared. I don't think there are many JS ports that use the old API, but I will need add per-grammar, per-version testing when specified in the desc.xml. |
Please synch with "master" to see whether the build is fixed. |
@kaby76 ready to merge? |
@teverett Yes, please merge. |
@RobEin thanks! |