mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-07-25 15:11:31 -06:00
Thai api files in place
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
--# -path=.:alltenses:prelude
|
||||
|
||||
resource ConstructorsTha = Constructors with (Grammar = GrammarTha) ;
|
||||
@@ -0,0 +1,5 @@
|
||||
--# -path=.:./alltenses:../prelude
|
||||
|
||||
instance SyntaxTha of Syntax =
|
||||
ConstructorsTha, CatTha, StructuralTha, CombinatorsTha ;
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
--# -path=.:alltenses
|
||||
|
||||
resource TryTha = SyntaxTha, LexiconTha, ParadigmsTha -[mkDet,mkQuant]**
|
||||
open (P = ParadigmsTha) in {
|
||||
|
||||
-- oper
|
||||
|
||||
-- mkAdv = overload SyntaxTha {
|
||||
-- mkAdv : Str -> Adv = P.mkAdv ;
|
||||
-- } ;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user