﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
1306	Connect clause in our ANTLR3/ANTLR3 parsers is not conform to the Modelica specification	Adrian Pop	Adrian Pop	"I think this is a bug inherited from the old grammar.
In the Modelica specification we have:
{{{
connect_clause :
  connect ""("" component_reference "","" component_reference "")""
}}}
But in our grammar we have instead of component_reference,
a connector_reference which can only contain 1 dot (.),
meaning that: 
{{{
connect(a.b.c, x.y.z);
}}}
is not allowed. We get this error:
{{{
Error: Parser error: Unexpected token near: . (DOT)
}}}"	defect	closed	critical	Red October	Parser	1.6.0	fixed		Adrian Pop Adrian Pop Martin Sjölund
