forked from GitHub/gf-core
Add RGL API grammar modules for Maltese
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsMlt = Combinators with
|
||||
(Cat = CatMlt),
|
||||
(Structural = StructuralMlt),
|
||||
(Constructors = ConstructorsMlt) ;
|
||||
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsMlt = Constructors with (Grammar = GrammarMlt) ;
|
||||
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicMlt = Symbolic with
|
||||
(Symbol = SymbolMlt),
|
||||
(Grammar = GrammarMlt) ;
|
||||
@@ -0,0 +1,5 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxMlt of Syntax =
|
||||
ConstructorsMlt, CatMlt, StructuralMlt, CombinatorsMlt ;
|
||||
|
||||
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource TryMlt = SyntaxMlt, LexiconMlt, ParadigmsMlt **
|
||||
open (P = ParadigmsMlt) in {
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user