mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-16 06:32:51 -06:00
getting started with overloaded API for 1.4; some determiner syntax missing
This commit is contained in:
1500
lib/resource-1.4/api/Constructors.gf
Normal file
1500
lib/resource-1.4/api/Constructors.gf
Normal file
File diff suppressed because it is too large
Load Diff
3
lib/resource-1.4/api/ConstructorsEng.gf
Normal file
3
lib/resource-1.4/api/ConstructorsEng.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsEng = Constructors with (Grammar = GrammarEng) ;
|
||||
4
lib/resource-1.4/api/Syntax.gf
Normal file
4
lib/resource-1.4/api/Syntax.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
interface Syntax = Constructors, Cat, Structural, Numeral ;
|
||||
|
||||
4
lib/resource-1.4/api/SyntaxEng.gf
Normal file
4
lib/resource-1.4/api/SyntaxEng.gf
Normal file
@@ -0,0 +1,4 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
instance SyntaxEng of Syntax = ConstructorsEng, CatEng, StructuralEng, NumeralEng ;
|
||||
|
||||
3
lib/resource-1.4/api/TryEng.gf
Normal file
3
lib/resource-1.4/api/TryEng.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses-1.4:prelude
|
||||
|
||||
resource TryEng = SyntaxEng, LexiconEng, ParadigmsEng - [mkAdv] ;
|
||||
Reference in New Issue
Block a user