#JSGF V1.0; /** * JSGF Grammar for Hello World example */ grammar test; import ; import ; public = | ( and ) ; = stop | start; public = something | ; = another | ; public = * don't crash; = please | kindly | oh mighty computer; public = ; = (one [and] one); = (two [and] two); = (three [and] three); public = ; = go* | stop+;