Index: /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext
===================================================================
--- /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext	(revision 89)
+++ /v2/trunk/de.ugoe.cs.swe.bnftools.ebnf/src/de/ugoe/cs/swe/bnftools/EBNF.xtext	(revision 90)
@@ -124,5 +124,9 @@
 
 RepeatedSequence:
-	'{' definitions+=DefinitionList '}' morethanonce?='+'?
+	'{' definitions+=DefinitionList '}' (morethanonce?='+'? | range=RepeatRange?)
+;
+
+RepeatRange:
+	'#' '(' from=INT ',' to=INT ')'
 ;
 
