forked from GitHub/gf-core
api for Afrikaans
This commit is contained in:
@@ -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
|
||||
} ;
|
||||
|
||||
|
||||
6
lib/src/api/CombinatorsAfr.gf
Normal file
6
lib/src/api/CombinatorsAfr.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsAfr = Combinators with
|
||||
(Cat = CatAfr),
|
||||
(Structural = StructuralAfr),
|
||||
(Constructors = ConstructorsAfr) ;
|
||||
3
lib/src/api/ConstructorsAfr.gf
Normal file
3
lib/src/api/ConstructorsAfr.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsAfr = Constructors with (Grammar = GrammarAfr) ;
|
||||
4
lib/src/api/SyntaxAfr.gf
Normal file
4
lib/src/api/SyntaxAfr.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxAfr of Syntax = ConstructorsAfr, CatAfr, StructuralAfr, CombinatorsAfr ;
|
||||
|
||||
3
lib/src/api/TryAfr.gf
Normal file
3
lib/src/api/TryAfr.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryAfr = SyntaxAfr, LexiconAfr, ParadigmsAfr - [mkAdv,mkOrd] ;
|
||||
Reference in New Issue
Block a user