mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-15 15:59:32 -06:00
Icelandic added to RGL by Bjarki Traustason
This commit is contained in:
8
lib/src/api/CombinatorsIce.gf
Normal file
8
lib/src/api/CombinatorsIce.gf
Normal file
@@ -0,0 +1,8 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsIce = Combinators - [ appCN, appCNc ] with
|
||||
(Cat = CatIce),
|
||||
(Structural = StructuralIce),
|
||||
(Noun = NounIce),
|
||||
(Constructors = ConstructorsIce) **
|
||||
{}
|
||||
3
lib/src/api/ConstructorsIce.gf
Normal file
3
lib/src/api/ConstructorsIce.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsIce = Constructors with (Grammar = GrammarIce) ;
|
||||
5
lib/src/api/SymbolicIce.gf
Normal file
5
lib/src/api/SymbolicIce.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../english:../common:../abstract:../prelude
|
||||
|
||||
resource SymbolicIce = Symbolic with
|
||||
(Symbol = SymbolIce),
|
||||
(Grammar = GrammarIce) ;
|
||||
5
lib/src/api/SyntaxIce.gf
Normal file
5
lib/src/api/SyntaxIce.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxIce of Syntax =
|
||||
ConstructorsIce, CatIce, StructuralIce, CombinatorsIce ;
|
||||
|
||||
3
lib/src/api/TryIce.gf
Normal file
3
lib/src/api/TryIce.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryIce = SyntaxIce, LexiconIce, ParadigmsIce - [mkAdv,mkAdN,mkOrd] ;
|
||||
Reference in New Issue
Block a user