added an API for Turkish

This commit is contained in:
krangelov
2020-03-25 15:51:05 +01:00
parent fcae1c65f1
commit da377fa4e7
13 changed files with 128 additions and 3 deletions

View File

@@ -0,0 +1,9 @@
--# -path=.:alltenses:prelude
resource CombinatorsTur = Combinators with
(Cat = CatTur),
(Structural = StructuralTur),
(Noun = NounTur),
(Constructors = ConstructorsTur) **
{
}