Open GoogleCodeExporter opened 8 years ago
Original comment by de.abg.r...@gmail.com
on 1 Dec 2012 at 9:16
The error message sounds like an internal Xtext error message. No idea what
this means.
Original comment by joswar...@gmail.com
on 2 Dec 2012 at 1:11
Actually it seems to be an error message from the ANTLR parser combined with
Xtext, here is a similar error message reported:
http://www.eclipse.org/forums/index.php/t/261641/
Maybe this ugly error message is due to the nested ordered groups:
TextLayout: {TextLayout}
(
(common=CommonLayout)
& ('align' '('
(
'horizontal' '=' hAlign=HAlign ','
'vertical' '=' vAlign=VAlign
)?
')'
)?
& (layout=ShapestyleLayout)?
);
CommonLayout: {CommonLayout}
(
(
'position' '('
'x' '=' xcor=N_INT ','
'y' '=' ycor=N_INT
')'
)?
& (
'size' '('
'width' '=' width=INT ','
'height' '=' heigth=INT
')'
)
);
Original comment by de.abg.r...@gmail.com
on 2 Dec 2012 at 1:30
Unordered, and optional as well, may be optional part is also one of the
cuases?
Original comment by joswar...@gmail.com
on 2 Dec 2012 at 5:39
Original issue reported on code.google.com by
de.abg.r...@gmail.com
on 1 Dec 2012 at 9:16