1
0
forked from GitHub/gf-rgl

started Croatian, some noun declensions in place

This commit is contained in:
Aarne Ranta
2022-09-20 11:07:30 +02:00
parent 0c57e45540
commit 70d9c74279
30 changed files with 1868 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
concrete AdverbHrv of Adverb = CatHrv **
open ResHrv, Prelude in {
lin
PrepNP prep np = {
s = prep.s ++ np.prep ! prep.c
} ;
}