1
0
forked from GitHub/gf-rgl

(Som) WIP: subordinate clauses

This commit is contained in:
Inari Listenmaa
2019-07-25 18:42:16 +03:00
parent e5aa8a6499
commit e4bc20e482
11 changed files with 120 additions and 100 deletions
+8
View File
@@ -280,4 +280,12 @@ oper
Sg2|Sg3 Fem => Sg2_Sg3Fem ;
Pl1 _ => Pl1_ ; Pl2 => Pl2_ ; Pl3 => Pl3_
} ;
--------------------------------------------------------------------------------
-- Clauses
param
ClType = Statement | Question | Subord ;
}