Commit c435ebe3 authored by Daniel Honsel's avatar Daniel Honsel
Browse files

fixed some issues

parent 599dda1e
Loading
Loading
Loading
Loading
+5 −4
Original line number Diff line number Diff line
@@ -614,11 +614,12 @@ PortSendOp:
ToClause:
	{ToClause} TOKEYWORD (template=InLineTemplate | ref=AddressRefList | ALLKEYWORD COMPONENTKEYWORD);

// TODO: fix me!!!
FunctionDefList:
	((locDef+=FunctionLocalDef | locInst+=FunctionLocalInst) ws+=WithStatement? sc+=SEMICOLON?)+;
	(locDef=FunctionLocalDef | locInst=FunctionLocalInst) ws=WithStatement? sc=SEMICOLON?;

FunctionLocalDef:
	ConstDef | TemplateDef;
	constDef=ConstDef | templateDef=TemplateDef;

FunctionLocalInst:
	VarInstance | TimerInstance;
@@ -1278,10 +1279,10 @@ FloatValue:
RANGEOP:
	DOT DOT;

FLOATDOTNOTATION hidden():
FLOATDOTNOTATION returns ecore::EString hidden():
	NUMBER DOT NUMBER;

FLOATENOTATION hidden():
FLOATENOTATION returns ecore::EString hidden():
	NUMBER (DOT NUMBER)? EXPONENTIAL MINUS? NUMBER;

FREE_TEXT returns ecore::EString: