mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-04-11 05:49:31 -06:00
the rest of Urdu files - now compiles with lib/src/Make
This commit is contained in:
6
lib/src/api/CombinatorsUrd.gf
Normal file
6
lib/src/api/CombinatorsUrd.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsUrd = Combinators with
|
||||
(Cat = CatUrd),
|
||||
(Structural = StructuralUrd),
|
||||
(Constructors = ConstructorsUrd) ;
|
||||
3
lib/src/api/ConstructorsUrd.gf
Normal file
3
lib/src/api/ConstructorsUrd.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsUrd = Constructors with (Grammar = GrammarUrd) ;
|
||||
5
lib/src/api/SymbolicUrd.gf
Normal file
5
lib/src/api/SymbolicUrd.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicUrd = Symbolic with
|
||||
(Symbol = SymbolUrd),
|
||||
(Grammar = GrammarUrd) ;
|
||||
5
lib/src/api/SyntaxUrd.gf
Normal file
5
lib/src/api/SyntaxUrd.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxUrd of Syntax =
|
||||
ConstructorsUrd, CatUrd, StructuralUrd, CombinatorsUrd ;
|
||||
|
||||
22
lib/src/api/TryUrd.gf
Normal file
22
lib/src/api/TryUrd.gf
Normal file
@@ -0,0 +1,22 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
--# -path=.:./present:c:/gf/lib/src/prelude:c:/gf/lib/src/abstract:c:/gf/lib/src/api:c:/gf/lib/src/urdu:c:/gf/lib/src/common
|
||||
resource TryUrd = SyntaxUrd - [mkAdN] , LexiconUrd, ParadigmsUrd - [mkAdv,mkDet,mkIP,mkAdN] **
|
||||
open (P = ParadigmsUrd) in {
|
||||
|
||||
oper
|
||||
|
||||
mkAdv = overload SyntaxUrd {
|
||||
mkAdv : Str -> Adv = P.mkAdv ;
|
||||
} ;
|
||||
|
||||
mkAdN = overload {
|
||||
mkAdN : CAdv -> AdN = SyntaxUrd.mkAdN ;
|
||||
--- mkAdN : Str -> AdN = P.mkAdN ;
|
||||
} ;
|
||||
|
||||
-- mkOrd = overload SyntaxUrd {
|
||||
-- mkOrd : A -> Ord = SyntaxUrd.OrdSuperl ;
|
||||
-- } ;
|
||||
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user