When I run my programm with Eclipse, many red lines appear in the console.
It seems to be exceptions.
They don't stop the process but there is an exception for each rule so there
is probably something wrong with the syntax.
The exception :
[logicalOrExpression, logicalAndExpression, inclusiveOrExpression,
exclusiveOrExpression, andExpression, equalityExpression,
relationalExpression, shiftExpression, additiveExpression,
multiplicativeExpression, unaryExpression, unaryExpressionNotPlusMinus,
unaryExpression, unaryExpressionNotPlusMinus, postfixExpression,
primaryExpression]: line 0:-1 decision=<<671:30: ( options {greedy=true; } :
DOT 'class' )?>> state 0 (decision=71) no viable alt; [EMAIL
PROTECTED],0:0='<no
text>',<-1>,0:-1]
Example of DSL rule :
Output is evaluated --> output : OutputFileFieldManager() eval(!
output.isEvaluated("s_catcra_id"))
Is it badly written ???