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

[plsql] Fix for #3647 -- added TypeScript and JavaScript ports #3650

Merged
merged 2 commits into from
Aug 9, 2023
Merged

[plsql] Fix for #3647 -- added TypeScript and JavaScript ports #3650

merged 2 commits into from
Aug 9, 2023

Conversation

kaby76
Copy link
Contributor

@kaby76 kaby76 commented Aug 7, 2023

This PR fixes #3647.

For this PR, the grammar was ported to JS and TS, requiring a few changes to bring it into "target agnostic format". The JS port was working already and the TS port just needed a few changes to make it work for the official Antlr TypeScript runtime. A small subset of "Hello World" examples was added to test the JS and TS ports because the parser is pretty slow.

The grammar was ported to JS and TS, requiring a few changes to bring it into "target agnostic format". A small subset of "Hello World" examples is used to test the JS and TS ports because the parser is pretty slow.
@kaby76 kaby76 marked this pull request as ready for review August 7, 2023 12:43
@kaby76 kaby76 changed the title [plsql] Fix for #3647 [plsql] Fix for #3647 -- added TypeScript and JavaScript ports Aug 7, 2023
@teverett teverett added the plsql label Aug 9, 2023
@teverett
Copy link
Member

teverett commented Aug 9, 2023

@kaby76 thanks!

@teverett teverett merged commit 3831dea into antlr:master Aug 9, 2023
38 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[PL/SQL] basic example as described by the documentation reports a TypeScript type error
2 participants