mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 09:42:50 -06:00
"Committed_by_peb"
This commit is contained in:
24
grammars/ljung/timeflies/TimeFlies.gf
Normal file
24
grammars/ljung/timeflies/TimeFlies.gf
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
concrete TimeFlies of TimeFliesAbs = {
|
||||
|
||||
lin
|
||||
s1 x y = {s = x.s ++ y.s};
|
||||
vp1 x = {s = x.s};
|
||||
vp2 x y = {s = x.s ++ y.s};
|
||||
vp3 x y = {s = x.s ++ y.s};
|
||||
np1 x = {s = x.s};
|
||||
np2 x y = {s = x.s ++ y.s};
|
||||
np3 x y = {s = x.s ++ y.s};
|
||||
pp1 x y = {s = x.s ++ y.s};
|
||||
|
||||
flyV = {s = "flies"};
|
||||
timeV = {s = "time"};
|
||||
likeV = {s = "like"};
|
||||
flyN = {s = "flies"};
|
||||
timeN = {s = "time"};
|
||||
arrowN = {s = "arrow"};
|
||||
anD = {s = "an"};
|
||||
timeD = {s = "time"};
|
||||
likeP = {s = "like"};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user