Add cleanup phase for antlr CPD languages

This removes the parser and other things we don't need in the API

Currently only pmd-dart has been adapted
This commit is contained in:
Clément Fournier
2020-08-30 18:50:01 +02:00
parent ae26c29542
commit 40443326d3
5 changed files with 41 additions and 9 deletions

View File

@ -35,7 +35,7 @@
</goals>
<configuration>
<target>
<ant antfile="${antlr4.ant.wrapper}">
<ant antfile="${antlr4.ant.wrapper}" target="pmd-language">
<property name="lang-name" value="Swift" />
<property name="lang-terse-name" value="swift" />
<property name="root-node-name" value="TopLevel" />