Remove track-tokens for vf, jsp
This commit is contained in:
parent
b530d3e5a4
commit
9a62a662c1
@ -108,7 +108,11 @@
|
||||
|
||||
|
||||
<target name="jjtree" unless="jjtreeBuildNotRequired" description="Runs JJTree">
|
||||
<!-- Token-tracking behavior is reimplemented -->
|
||||
|
||||
<!--
|
||||
Token-tracking behavior is implemented in the JJTree builder,
|
||||
so the grammar should have TRACK_TOKEN=false; (this is the default value)
|
||||
-->
|
||||
<jjtree target="etc/grammar/${lang-name}.jjt"
|
||||
outputdirectory="${target-package-dir}"
|
||||
nodeusesparser="false"
|
||||
|
@ -25,7 +25,6 @@ options {
|
||||
|
||||
MULTI=true;
|
||||
VISITOR=true;
|
||||
TRACK_TOKENS = true;
|
||||
}
|
||||
|
||||
PARSER_BEGIN(JspParserImpl)
|
||||
|
@ -8,7 +8,6 @@ options {
|
||||
|
||||
MULTI=true;
|
||||
VISITOR=true;
|
||||
TRACK_TOKENS = true;
|
||||
}
|
||||
|
||||
PARSER_BEGIN(VfParserImpl)
|
||||
|
Loading…
x
Reference in New Issue
Block a user