Skip to content

Commit

Permalink
adapted xtext grammar (no test for this :-( )
Browse files Browse the repository at this point in the history
  • Loading branch information
goto40 committed Nov 9, 2021
1 parent 8178778 commit ff13377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion textx/textx.tx
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ ClassName:
// RREL
RRELExpression: multi?="+m:" sequence=RRELSequence;
RRELSequence: paths+=RRELPath[','];
RRELPath: (up='^' | dots=RRELDots)? parts*=RRELPathPart['.'];
RRELPath: ((up='^' | dots=RRELDots)? parts+=RRELPathPart['.']) | (up='^' | dots=RRELDots);
RRELPathPart: RRELZeroOrMore | RRELPathElement;
RRELZeroOrMore: element=RRELPathElement '*';
RRELPathElement: RRELParent | RRELBrackets | RRELNavigation;
Expand Down

0 comments on commit ff13377

Please sign in to comment.