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

fix #1492 #1494

Closed
wants to merge 1 commit into from
Closed

fix #1492 #1494

wants to merge 1 commit into from

Conversation

small-cat
Copy link

replace characters with TOKENS definited in PlSqlLexer.g4 to fix implied definition warnings when build with -Xlog, fix #1492

…ied definition warnings when build with -Xlog, fix antlr#1492
@KvanTTT KvanTTT added the plsql label Aug 20, 2019
@KvanTTT
Copy link
Member

KvanTTT commented Aug 27, 2019

Have you tried the latest ANTLR 4.7.2 with fix antlr/antlr4#2358 that correctly assign token names?

@teverett
Copy link
Member

teverett commented Sep 9, 2019

@KvanTTT are we holding this PR until the above question is answered?

@KvanTTT
Copy link
Member

KvanTTT commented Sep 9, 2019

Actually not blocking, but it would be useful to know.

@teverett
Copy link
Member

Lets wait on an answer

@KvanTTT
Copy link
Member

KvanTTT commented Jan 11, 2020

I'm closing this PR because there are a lot of style changes. Moreover, it contains merge conflicts and the original issue already has been fixed by #1600.

@KvanTTT KvanTTT closed this Jan 11, 2020
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.

Grammar PlSqlParser.g4 parsed uncorrect result
3 participants