mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 00:52:51 -06:00
working on ExTramI and german verbs phrase
This commit is contained in:
@@ -85,4 +85,5 @@ abstract Demonstrative = Cat, PredefAbs ** {
|
||||
|
||||
point1, point2 : Point ;
|
||||
|
||||
x_MAdv, y_MAdv : MAdv ;
|
||||
}
|
||||
|
||||
@@ -102,5 +102,8 @@ incomplete concrete DemonstrativeI of Demonstrative = Cat **
|
||||
point1 = mkPoint "p1" ;
|
||||
point2 = mkPoint "p2" ;
|
||||
|
||||
x_MAdv = mkDem Adv (ss "X") noPoint ; --- relies on Adv = {s : Str}
|
||||
y_MAdv = mkDem Adv (ss "Y") noPoint ; ---
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user