norswap / autumn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

trouble with Unicode identifiers

anyahelene opened this issue Β· comments

public class Problem3 {
	public static final String EMOJI_π“…­ = "πŸ¦†";

	public void method_π§…„() {

	}
	public void method_𓉐() {
		return;
	}
}

PR merged & test cases added in 3436711