11.1Spgoyette# the dreaded bounded repetitions
21.2Schristos# unclosed and with missing values are now errors
31.2Schristos#{		&	{	{
41.2Schristos#{abc		&	{abc	{abc
51.1Spgoyette{1		C	BADRPT
61.1Spgoyette{1}		C	BADRPT
71.2Schristos#a{b		&	a{b	a{b
81.1Spgoyettea{1}b		-	ab	ab
91.1Spgoyettea\{1\}b		b	ab	ab
101.1Spgoyettea{1,}b		-	ab	ab
111.1Spgoyettea\{1,\}b	b	ab	ab
121.1Spgoyettea{1,2}b		-	aab	aab
131.1Spgoyettea\{1,2\}b	b	aab	aab
141.1Spgoyettea{1		C	EBRACE
151.1Spgoyettea\{1		bC	EBRACE
161.1Spgoyettea{1a		C	EBRACE
171.1Spgoyettea\{1a		bC	EBRACE
181.1Spgoyettea{1a}		C	BADBR
191.1Spgoyettea\{1a\}		bC	BADBR
201.2Schristos#a{,2}		-	a{,2}	a{,2}
211.1Spgoyettea\{,2\}		bC	BADBR
221.2Schristos#a{,}		-	a{,}	a{,}
231.1Spgoyettea\{,\}		bC	BADBR
241.1Spgoyettea{1,x}		C	BADBR
251.1Spgoyettea\{1,x\}	bC	BADBR
261.1Spgoyettea{1,x		C	EBRACE
271.1Spgoyettea\{1,x		bC	EBRACE
281.1Spgoyettea{300}		C	BADBR
291.1Spgoyettea\{300\}	bC	BADBR
301.1Spgoyettea{1,0}		C	BADBR
311.1Spgoyettea\{1,0\}	bC	BADBR
321.1Spgoyetteab{0,0}c	-	abcac	ac
331.1Spgoyetteab\{0,0\}c	b	abcac	ac
341.1Spgoyetteab{0,1}c	-	abcac	abc
351.1Spgoyetteab\{0,1\}c	b	abcac	abc
361.1Spgoyetteab{0,3}c	-	abbcac	abbc
371.1Spgoyetteab\{0,3\}c	b	abbcac	abbc
381.1Spgoyetteab{1,1}c	-	acabc	abc
391.1Spgoyetteab\{1,1\}c	b	acabc	abc
401.1Spgoyetteab{1,3}c	-	acabc	abc
411.1Spgoyetteab\{1,3\}c	b	acabc	abc
421.1Spgoyetteab{2,2}c	-	abcabbc	abbc
431.1Spgoyetteab\{2,2\}c	b	abcabbc	abbc
441.1Spgoyetteab{2,4}c	-	abcabbc	abbc
451.1Spgoyetteab\{2,4\}c	b	abcabbc	abbc
461.1Spgoyette((a{1,10}){1,10}){1,10}	-	a	a	a,a
47