mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-11 16:10:12 -06:00
Add Basque to the RGL
This commit is contained in:
7
src/api/CombinatorsEus.gf
Normal file
7
src/api/CombinatorsEus.gf
Normal file
@@ -0,0 +1,7 @@
|
||||
--# -path=.:alltenses:prelude:../basque
|
||||
|
||||
resource CombinatorsEus = Combinators with
|
||||
(Cat = CatEus),
|
||||
(Structural = StructuralEus),
|
||||
(Noun = NounEus),
|
||||
(Constructors = ConstructorsEus) ** {} ;
|
||||
3
src/api/ConstructorsEus.gf
Normal file
3
src/api/ConstructorsEus.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsEus = Constructors with (Grammar = GrammarEus) ** open MissingEus in {} ;
|
||||
5
src/api/SymbolicEus.gf
Normal file
5
src/api/SymbolicEus.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../basque:../common:../abstract:../prelude
|
||||
|
||||
resource SymbolicEus = Symbolic with
|
||||
(Symbol = SymbolEus),
|
||||
(Grammar = GrammarEus) ;
|
||||
5
src/api/SyntaxEus.gf
Normal file
5
src/api/SyntaxEus.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxEus of Syntax =
|
||||
ConstructorsEus, CatEus, StructuralEus, CombinatorsEus ;
|
||||
|
||||
3
src/api/TryEus.gf
Normal file
3
src/api/TryEus.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../basque:../common:../abstract:../prelude
|
||||
|
||||
resource TryEus = SyntaxEus, LexiconEus, ParadigmsEus - [mkAdv,mkAdN,mkDet,mkQuant,mkPConj] ;
|
||||
Reference in New Issue
Block a user