api for Afrikaans

This commit is contained in:
aarne
2011-05-06 08:38:39 +00:00
parent 458675a8e8
commit f0bd6dc69f
5 changed files with 18 additions and 2 deletions

View File

@@ -296,8 +296,8 @@ param
oper
vForm : Tense -> VForm = \t -> case t of {
Pres => VPres ;
Fut => VPres --# notpresent
Pres => VPres
; Fut => VPres --# notpresent
; Past | Cond => VPast -- Fut and Cond affect zullen --# notpresent
} ;

View File

@@ -0,0 +1,6 @@
--# -path=.:alltenses:prelude
resource CombinatorsAfr = Combinators with
(Cat = CatAfr),
(Structural = StructuralAfr),
(Constructors = ConstructorsAfr) ;

View File

@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude
resource ConstructorsAfr = Constructors with (Grammar = GrammarAfr) ;

4
lib/src/api/SyntaxAfr.gf Normal file
View File

@@ -0,0 +1,4 @@
--# -path=.:alltenses:prelude
instance SyntaxAfr of Syntax = ConstructorsAfr, CatAfr, StructuralAfr, CombinatorsAfr ;

3
lib/src/api/TryAfr.gf Normal file
View File

@@ -0,0 +1,3 @@
--# -path=.:alltenses:prelude
resource TryAfr = SyntaxAfr, LexiconAfr, ParadigmsAfr - [mkAdv,mkOrd] ;