[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Bug in SableCC 2.17.2?



Hello,

please try out the attached grammar file. SableCC fails with
a runtime exception covering due to a class cast exception.

Xuân.
Package com.mn.tools.test.bugs.sablecc;

Helpers

	char					=	[0..127];
	separators		=
									';' |
									',';

	tokenchar			=	[char-separators];