Community
Participate
Working Groups
By using the new SerializerFragment the following grammar causes an compilationerror in the generated AbstractSyntacticSequencer. grammar org.xtext.example.mydsl.MyDsl with org.eclipse.xtext.common.Terminals generate myDsl "http://www.xtext.org/example/mydsl/MyDsl" Model: greetings+=Greeting*; Greeting: {Greeting} STRING 'Hello' name=ID '!'; Faulty line in the generated AbstractSyntacticSequencer: protected String getSTRINGToken(RuleCall ruleCall, INode node) { return """"; }
this has already been fixed.
Closing all bugs that were set to RESOLVED before Neon.0