mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-09 06:41:07 -07:00
first Nobel grammar
This commit is contained in:
17
lab2/grammars/Nobel.gf
Normal file
17
lab2/grammars/Nobel.gf
Normal file
@@ -0,0 +1,17 @@
|
||||
abstract Nobel = Labels ** {
|
||||
|
||||
flags startcat = Description ;
|
||||
|
||||
cat
|
||||
Description ;
|
||||
Name ;
|
||||
Date ;
|
||||
|
||||
fun
|
||||
LivingDescription : Name -> Name -> Country -> Date -> Date -> Award -> Description ;
|
||||
PastDescription : Name -> Name -> Country -> Date -> Date -> Date -> Award -> Description ;
|
||||
StringName : String -> Name ;
|
||||
YearDate : Int -> Date ;
|
||||
he_Name, she_Name, they_Name : Name ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user