Dodanie 'gramatyki/delivery.jsgf'

This commit is contained in:
Patryk Łukasiewicz 2023-04-21 02:41:45 +02:00
parent 60dbfcd478
commit e9e8eae277
1 changed files with 8 additions and 0 deletions

8
gramatyki/delivery.jsgf Normal file
View File

@ -0,0 +1,8 @@
#JSGF V1.0 UTF-8 pl;
grammar delivery;
<deliverys> = <droga> ;
public <droga> = (na | <NULL>) (dowoz | miejscu | wynos);