forked from GitHub/gf-core
examples of dialogue system grammars
This commit is contained in:
8
examples/dialogue/Weekday.gf
Normal file
8
examples/dialogue/Weekday.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
abstract Weekday = {
|
||||
cat
|
||||
WDay ;
|
||||
|
||||
fun
|
||||
Mon, Tue : WDay ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user