mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-22 09:32:53 -06:00
api for Afrikaans
This commit is contained in:
@@ -296,8 +296,8 @@ param
|
|||||||
|
|
||||||
oper
|
oper
|
||||||
vForm : Tense -> VForm = \t -> case t of {
|
vForm : Tense -> VForm = \t -> case t of {
|
||||||
Pres => VPres ;
|
Pres => VPres
|
||||||
Fut => VPres --# notpresent
|
; Fut => VPres --# notpresent
|
||||||
; Past | Cond => VPast -- Fut and Cond affect zullen --# 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