Commit ac9153c3 authored by Philip Makedonski's avatar Philip Makedonski
Browse files

+fixed parsing issue with length(...) / adaptation to newer bnf related to #70

parent 97e6af6e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1306,7 +1306,7 @@ ReturnType:

	//TODO: try to remove extra=ExtraMatchingAttributes? from this rule 
Assignment:
	ref=VariableRef ASSIGNMENTCHAR (expression=Expression | body=TemplateBody) extra=ExtraMatchingAttributes?;
	ref=VariableRef ASSIGNMENTCHAR (body=TemplateBody | expression=Expression) extra=ExtraMatchingAttributes?;

VariableRef:
	ref=ReferencedValue /*ext+=ExtendedFieldReference*/;