#JSGF V1.0; grammar restaurant_save_command; public <restaurant> = [tobi] [please] save ( <deliveryLocations> | <objectCategory> ) [[to | on] [the | my] ( <savePlaceLeft> | <savePlaceRight> )]; <savePlaceLeft> = left; <savePlaceRight> = right; <deliveryLocations> = table <numberOfTable>; <numberOfTable> = one | two | three; <objectCategory> = drinks | snacks;