norswap / autumn

A Java parser combinator library written with an unmatched feature set.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

error in Java grammar

anyahelene opened this issue · comments

public enum Problem {
	A_IS_FOR_AARDVARKS, //
	B_IS_FOR_BANANAS, //
	C_IS_FOR_CEPHALOPDS, //
	D_IS_FOR_DOCTORS, //
	;

}

(See JLS-8.9.1 and
JLS-14.20.3)

fixed by 3871662