mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-12 06:19:33 -06:00
a fairly complete Nynorsk implementation added
This commit is contained in:
6
lib/src/api/CombinatorsNno.gf
Normal file
6
lib/src/api/CombinatorsNno.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsNno = Combinators with
|
||||
(Cat = CatNno),
|
||||
(Structural = StructuralNno),
|
||||
(Constructors = ConstructorsNno) ;
|
||||
3
lib/src/api/ConstructorsNno.gf
Normal file
3
lib/src/api/ConstructorsNno.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsNno = Constructors with (Grammar = GrammarNno) ;
|
||||
5
lib/src/api/SymbolicNno.gf
Normal file
5
lib/src/api/SymbolicNno.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../nynorsk:../scandinavian:../common:../abstract:../prelude
|
||||
|
||||
resource SymbolicNno = Symbolic with
|
||||
(Symbol = SymbolNno),
|
||||
(Grammar = GrammarNno) ;
|
||||
5
lib/src/api/SyntaxNno.gf
Normal file
5
lib/src/api/SyntaxNno.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxNno of Syntax = ConstructorsNno, CatNno, StructuralNno, CombinatorsNno
|
||||
;
|
||||
|
||||
3
lib/src/api/TryNno.gf
Normal file
3
lib/src/api/TryNno.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:../nynorsk:../scandinavian:../common:../abstract:../prelude
|
||||
|
||||
resource TryNno = SyntaxNno, LexiconNno, ParadigmsNno - [mkAdv] ;
|
||||
Reference in New Issue
Block a user