mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 10:12:51 -06:00
Karin C's example
This commit is contained in:
15
grammars/video/Weekday/weekday.gf
Normal file
15
grammars/video/Weekday/weekday.gf
Normal file
@@ -0,0 +1,15 @@
|
||||
abstract weekday = {
|
||||
|
||||
cat
|
||||
Weekday ;
|
||||
|
||||
fun
|
||||
--today : Weekday ;
|
||||
monday : Weekday ;
|
||||
tuesday : Weekday ;
|
||||
wednesday : Weekday ;
|
||||
thursday : Weekday ;
|
||||
friday : Weekday ;
|
||||
saturday : Weekday ;
|
||||
sunday : Weekday ;
|
||||
}
|
||||
Reference in New Issue
Block a user