mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-28 14:02:50 -06:00
Sindhi-resource-grammar
This commit is contained in:
6
lib/src/api/CombinatorsSnd.gf
Normal file
6
lib/src/api/CombinatorsSnd.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsSnd = Combinators with
|
||||
(Cat = CatSnd),
|
||||
(Structural = StructuralSnd),
|
||||
(Constructors = ConstructorsSnd) ;
|
||||
3
lib/src/api/ConstructorsSnd.gf
Normal file
3
lib/src/api/ConstructorsSnd.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsSnd = Constructors with (Grammar = GrammarSnd) ;
|
||||
5
lib/src/api/SymbolicSnd.gf
Normal file
5
lib/src/api/SymbolicSnd.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicSnd = Symbolic with
|
||||
(Symbol = SymbolSnd),
|
||||
(Grammar = GrammarSnd) ;
|
||||
5
lib/src/api/SyntaxSnd.gf
Normal file
5
lib/src/api/SyntaxSnd.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxSnd of Syntax =
|
||||
ConstructorsSnd, CatSnd, StructuralSnd, CombinatorsSnd ;
|
||||
|
||||
22
lib/src/api/TrySnd.gf
Normal file
22
lib/src/api/TrySnd.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_4/lib/src/sindhi
|
||||
|
||||
resource TrySnd = SyntaxSnd - [mkAdN] , LexiconSnd, ParadigmsSnd - [mkAdv,mkDet,mkIP,mkAdN] **
|
||||
open (P = ParadigmsSnd) in {
|
||||
|
||||
oper
|
||||
|
||||
mkAdv = overload SyntaxSnd {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
|
||||
mkAdN = overload {
|
||||
mkAdN : CAdv -> AdN = SyntaxSnd.mkAdN ;
|
||||
--- mkAdN : Str -> AdN = P.mkAdN ;
|
||||
} ;
|
||||
|
||||
-- mkOrd = overload SyntaxSnd {
|
||||
-- mkOrd : A -> Ord = SyntaxSnd.OrdSuperl ;
|
||||
-- } ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user