mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-23 11:42:49 -06:00
Add RGL API grammar modules for Maltese
This commit is contained in:
6
lib/src/api/CombinatorsMlt.gf
Normal file
6
lib/src/api/CombinatorsMlt.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
|
resource CombinatorsMlt = Combinators with
|
||||||
|
(Cat = CatMlt),
|
||||||
|
(Structural = StructuralMlt),
|
||||||
|
(Constructors = ConstructorsMlt) ;
|
||||||
3
lib/src/api/ConstructorsMlt.gf
Normal file
3
lib/src/api/ConstructorsMlt.gf
Normal file
@@ -0,0 +1,3 @@
|
|||||||
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
|
resource ConstructorsMlt = Constructors with (Grammar = GrammarMlt) ;
|
||||||
5
lib/src/api/SymbolicMlt.gf
Normal file
5
lib/src/api/SymbolicMlt.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:present:mathematical:prelude
|
||||||
|
|
||||||
|
resource SymbolicMlt = Symbolic with
|
||||||
|
(Symbol = SymbolMlt),
|
||||||
|
(Grammar = GrammarMlt) ;
|
||||||
5
lib/src/api/SyntaxMlt.gf
Normal file
5
lib/src/api/SyntaxMlt.gf
Normal file
@@ -0,0 +1,5 @@
|
|||||||
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
|
instance SyntaxMlt of Syntax =
|
||||||
|
ConstructorsMlt, CatMlt, StructuralMlt, CombinatorsMlt ;
|
||||||
|
|
||||||
6
lib/src/api/TryMlt.gf
Normal file
6
lib/src/api/TryMlt.gf
Normal file
@@ -0,0 +1,6 @@
|
|||||||
|
--# -path=.:alltenses:prelude
|
||||||
|
|
||||||
|
resource TryMlt = SyntaxMlt, LexiconMlt, ParadigmsMlt **
|
||||||
|
open (P = ParadigmsMlt) in {
|
||||||
|
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user