Replace token tracking function

This commit is contained in:
Clément Fournier
2020-01-11 00:58:49 +01:00
parent ad7e9eb75d
commit 8a128a3bea
8 changed files with 77 additions and 65 deletions

View File

@@ -39,7 +39,7 @@ options {
MULTI = true;
VISITOR = true;
NODE_USES_PARSER = true;
TRACK_TOKENS = true;
TRACK_TOKENS = false;
NODE_PACKAGE="net.sourceforge.pmd.lang.modelica.ast";
UNICODE_INPUT = true;