repet_bounded.in revision 1.1
11.1Spgoyette# the dreaded bounded repetitions
21.1Spgoyette{		&	{	{
31.1Spgoyette{abc		&	{abc	{abc
41.1Spgoyette{1		C	BADRPT
51.1Spgoyette{1}		C	BADRPT
61.1Spgoyettea{b		&	a{b	a{b
71.1Spgoyettea{1}b		-	ab	ab
81.1Spgoyettea\{1\}b		b	ab	ab
91.1Spgoyettea{1,}b		-	ab	ab
101.1Spgoyettea\{1,\}b	b	ab	ab
111.1Spgoyettea{1,2}b		-	aab	aab
121.1Spgoyettea\{1,2\}b	b	aab	aab
131.1Spgoyettea{1		C	EBRACE
141.1Spgoyettea\{1		bC	EBRACE
151.1Spgoyettea{1a		C	EBRACE
161.1Spgoyettea\{1a		bC	EBRACE
171.1Spgoyettea{1a}		C	BADBR
181.1Spgoyettea\{1a\}		bC	BADBR
191.1Spgoyettea{,2}		-	a{,2}	a{,2}
201.1Spgoyettea\{,2\}		bC	BADBR
211.1Spgoyettea{,}		-	a{,}	a{,}
221.1Spgoyettea\{,\}		bC	BADBR
231.1Spgoyettea{1,x}		C	BADBR
241.1Spgoyettea\{1,x\}	bC	BADBR
251.1Spgoyettea{1,x		C	EBRACE
261.1Spgoyettea\{1,x		bC	EBRACE
271.1Spgoyettea{300}		C	BADBR
281.1Spgoyettea\{300\}	bC	BADBR
291.1Spgoyettea{1,0}		C	BADBR
301.1Spgoyettea\{1,0\}	bC	BADBR
311.1Spgoyetteab{0,0}c	-	abcac	ac
321.1Spgoyetteab\{0,0\}c	b	abcac	ac
331.1Spgoyetteab{0,1}c	-	abcac	abc
341.1Spgoyetteab\{0,1\}c	b	abcac	abc
351.1Spgoyetteab{0,3}c	-	abbcac	abbc
361.1Spgoyetteab\{0,3\}c	b	abbcac	abbc
371.1Spgoyetteab{1,1}c	-	acabc	abc
381.1Spgoyetteab\{1,1\}c	b	acabc	abc
391.1Spgoyetteab{1,3}c	-	acabc	abc
401.1Spgoyetteab\{1,3\}c	b	acabc	abc
411.1Spgoyetteab{2,2}c	-	abcabbc	abbc
421.1Spgoyetteab\{2,2\}c	b	abcabbc	abbc
431.1Spgoyetteab{2,4}c	-	abcabbc	abbc
441.1Spgoyetteab\{2,4\}c	b	abcabbc	abbc
451.1Spgoyette((a{1,10}){1,10}){1,10}	-	a	a	a,a
46