#JSGF V1.0;
/* Grammar that uses reserved keywords in tokens */
grammar public;
public <name> = grammar /* some comment */ | public | import;