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