Results 26 comments of GeTOUO
trafficstars

I think it can be adjusted to make it easier to use. Instead of using build-helper-maven-plugin to add genjavadoc's output directory as the source directory, I added genjavadoc's output directory...

like this: ``` net.alchim31.maven scala-maven-plugin doc generate-sources compile -P:genjavadoc:out=${project.build.directory}/genjavadoc com.typesafe.genjavadoc genjavadoc-plugin_${scala.binary.full.version} 0.11 org.apache.maven.plugins maven-javadoc-plugin 2.9 64m 2g ${project.build.directory}\genjavadoc; ${project.basedir} ${project.build.directory} true ```

Well, I watched it all day yesterday and didn't find a way to repair it. I'll study it again.

Did you support it?

![image](https://github.com/antlr/antlr4/assets/26786920/fe31e96b-4633-4fad-9d72-58230260c026)

I've designed 'string' as a syntax rule so that 'esc' and 'STRING SEQ' can be handled separately when processed in visitor. No other solution has been found

> I would recommend giving up on dealing with those details in the parser, the visitor or the listener. At first glance, your string literal is a double quoted sequence...