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

introduce escape for string literal #1810

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

Conversation

Allan-QLB
Copy link
Contributor

@Allan-QLB Allan-QLB commented Feb 24, 2023

Purpose

fix #1816
escape string literal same as java grammar when value is enclosed by """

the grammar definition is here
https://github.com/antlr/grammars-v4/blob/master/java/java/JavaLexer.g4

@Allan-QLB Allan-QLB changed the title fix typo in ExpressionParser.java introduce escape for string literal Jun 8, 2023
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.

Siddhi grammar need introduce escape charater for string literal
1 participant