forked from GitHub/gf-core
PersianAPI
This commit is contained in:
6
lib/src/api/CombinatorsPes.gf
Normal file
6
lib/src/api/CombinatorsPes.gf
Normal file
@@ -0,0 +1,6 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource CombinatorsPes = Combinators with
|
||||
(Cat = CatPes),
|
||||
(Structural = StructuralPes),
|
||||
(Constructors = ConstructorsPes) ;
|
||||
3
lib/src/api/ConstructorsPes.gf
Normal file
3
lib/src/api/ConstructorsPes.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsPes = Constructors with (Grammar = GrammarPes) ;
|
||||
5
lib/src/api/SymbolicPes.gf
Normal file
5
lib/src/api/SymbolicPes.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:present:mathematical:prelude
|
||||
|
||||
resource SymbolicPes = Symbolic with
|
||||
(Symbol = SymbolPes),
|
||||
(Grammar = GrammarPes) ;
|
||||
5
lib/src/api/SyntaxPes.gf
Normal file
5
lib/src/api/SyntaxPes.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxPes of Syntax =
|
||||
ConstructorsPes, CatPes, StructuralPes, CombinatorsPes ;
|
||||
|
||||
12
lib/src/api/TryPes.gf
Normal file
12
lib/src/api/TryPes.gf
Normal file
@@ -0,0 +1,12 @@
|
||||
--# -path=.:alltenses:prelude:/users/shafqat/www.grammaticalframework.org_0/lib/src/persian
|
||||
|
||||
resource TryPes = SyntaxPes, LexiconPes, ParadigmsPes -[mkDet,mkQuant]**
|
||||
open (P = ParadigmsPes) in {
|
||||
|
||||
-- oper
|
||||
|
||||
-- mkAdv = overload SyntaxPes {
|
||||
-- mkAdv : Str -> Adv = P.mkAdv ;
|
||||
-- } ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user