1
0
forked from GitHub/gf-rgl

(Kor) Add comma only as a conjunction. (Used in an application grammar)

This commit is contained in:
Inari Listenmaa
2020-04-07 18:21:35 +02:00
parent e54743feaf
commit 1928fcc1c3
2 changed files with 8 additions and 0 deletions

Binary file not shown.

View File

@@ -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