Community
Participate
Working Groups
On http://www.eclipse.org/Xtext/documentation/0_7_2/xtext.html in section "Assigned Actions", there's a missing pipe symbol ("|") which changes the semantics of the rule, probably a typo. Current documentation text: Expression : Expression '+' Expression | '(' Expression ')' INT ; Suggested documentation text: Expression : Expression '+' Expression | '(' Expression ')' | INT ;
Fixed in Helios final.
Closing bug which were set to RESOLVED before Eclipse Neon.0.