mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-27 17:08:54 -06:00
(Kor) Add comma only as a conjunction. (Used in an application grammar)
This commit is contained in:
Binary file not shown.
@@ -274,6 +274,14 @@ oper
|
|||||||
-- Need to add conjunction already in ConsX funs.
|
-- Need to add conjunction already in ConsX funs.
|
||||||
n : Number ;
|
n : Number ;
|
||||||
} ;
|
} ;
|
||||||
|
|
||||||
|
-- Do not remove this. Used in a particular application grammar.
|
||||||
|
commaConj : Conj = {
|
||||||
|
s1, s2 = [] ;
|
||||||
|
c = Comma ;
|
||||||
|
n = Pl ;
|
||||||
|
} ;
|
||||||
|
|
||||||
------------------
|
------------------
|
||||||
-- VP
|
-- VP
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user