mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-22 19:22:50 -06:00
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