forked from GitHub/gf-rgl
(Kor) Add comma only as a conjunction. (Used in an application grammar)
This commit is contained in:
@@ -274,6 +274,14 @@ oper
|
||||
-- Need to add conjunction already in ConsX funs.
|
||||
n : Number ;
|
||||
} ;
|
||||
|
||||
-- Do not remove this. Used in a particular application grammar.
|
||||
commaConj : Conj = {
|
||||
s1, s2 = [] ;
|
||||
c = Comma ;
|
||||
n = Pl ;
|
||||
} ;
|
||||
|
||||
------------------
|
||||
-- VP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user