initial Slavic grammar, shared between Bulgarian and Russian

This commit is contained in:
krasimir
2008-11-26 21:21:23 +00:00
parent b6c9aedd87
commit c9c07f8e68
22 changed files with 342 additions and 207 deletions

View File

@@ -0,0 +1,15 @@
instance DiffBul of DiffSlavic = open CommonSlavic, Prelude in {
param
Case = Acc | Dat ;
Species = Indef | Def ;
NForm =
NF Number Species
| NFSgDefNom
| NFPlCount
| NFVocative
;
}