From c9c07f8e6897723c5b642c329e81d761cb6a9f70 Mon Sep 17 00:00:00 2001 From: krasimir Date: Wed, 26 Nov 2008 21:21:23 +0000 Subject: initial Slavic grammar, shared between Bulgarian and Russian --- next-lib/src/bulgarian/DiffBul.gf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 next-lib/src/bulgarian/DiffBul.gf (limited to 'next-lib/src/bulgarian/DiffBul.gf') diff --git a/next-lib/src/bulgarian/DiffBul.gf b/next-lib/src/bulgarian/DiffBul.gf new file mode 100644 index 000000000..6d94154a5 --- /dev/null +++ b/next-lib/src/bulgarian/DiffBul.gf @@ -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 + ; + +} \ No newline at end of file -- cgit v1.2.3