siddhi-io / siddhi

Stream Processing and Complex Event Processing Engine
http://siddhi.io
Apache License 2.0
1.52k stars 527 forks source link

introduce escape for string literal #1810

Open Allan-QLB opened 1 year ago

Allan-QLB commented 1 year ago

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