Commit Graph

12 Commits

Author SHA1 Message Date
Clément Fournier
b530d3e5a4 Don't duplicate setLastToken for jjtree nodes
This is handled by the closeNodeScope routine
of the JjtreeBuilder, the parser shouldn't call
this itself
2020-03-19 17:37:25 +01:00
Clément Fournier
9983a52486 Fix windows build 2020-02-15 00:50:14 +01:00
Clément Fournier
e46a875f2c Port velocity module to new script
Remove a bunch of useless copy pasted goo
* LogUtil
* TemplateParseException
* MacroParseException
* Many methods of AbstractVmNode

Rename ASTprocess to ASTTemplate.
2020-02-14 23:20:57 +01:00
Clément Fournier
d726990e09 Make base parser adapter for jjtree 2020-01-25 16:36:42 +01:00
Clément Fournier
b09b58513b Merge branch '7.0.x' into master-ant-script 2020-01-17 16:22:46 +01:00
Clément Fournier
0cc9740279 Fix windows build
Line separators in regex are replaced
with platform independent \R. Good thing
we have that automatic windows build
2020-01-15 00:07:06 +01:00
Clément Fournier
0d6f03553a Port java module 2020-01-11 08:13:31 +01:00
Clément Fournier
2d280d0fb0 Make constants file 2020-01-11 04:47:40 +01:00
Clément Fournier
8a128a3bea Replace token tracking function 2020-01-11 01:21:09 +01:00
Clément Fournier
ad7e9eb75d Make token document store first token 2020-01-11 00:23:43 +01:00
Clément Fournier
f715e6af72 Use maven properties from within the build.xml 2020-01-10 23:27:07 +01:00
Clément Fournier
efc3becc01 Checkout wrapper script, pmd-core, pmd-modelica 2020-01-10 22:57:47 +01:00