paren.in revision 1.1
11.1Spgoyette# parentheses and perversions thereof
21.1Spgoyettea(b)c		-	abc	abc
31.1Spgoyettea\(b\)c		b	abc	abc
41.1Spgoyettea(		C	EPAREN
51.1Spgoyettea(		b	a(	a(
61.1Spgoyettea\(		-	a(	a(
71.1Spgoyettea\(		bC	EPAREN
81.1Spgoyettea\(b		bC	EPAREN
91.1Spgoyettea(b		C	EPAREN
101.1Spgoyettea(b		b	a(b	a(b
111.1Spgoyette# gag me with a right parenthesis -- 1003.2 goofed here (my fault, partly)
121.1Spgoyettea)		-	a)	a)
131.1Spgoyette)		-	)	)
141.1Spgoyette# end gagging (in a just world, those *should* give EPAREN)
151.1Spgoyettea)		b	a)	a)
161.1Spgoyettea\)		bC	EPAREN
171.1Spgoyette\)		bC	EPAREN
181.1Spgoyettea()b		-	ab	ab
191.1Spgoyettea\(\)b		b	ab	ab
20