(Kor) Add api + languages.csv + minor fixes

This commit is contained in:
Inari Listenmaa
2020-03-27 14:18:03 +01:00
parent 8a151c684a
commit be10915fcb
9 changed files with 619 additions and 5 deletions

View File

@@ -0,0 +1,7 @@
--# -path=.:alltenses:prelude:src/korean
resource CombinatorsKor = Combinators with
(Cat = CatKor),
(Structural = StructuralKor),
(Noun = NounKor),
(Constructors = ConstructorsKor) ** open MissingKor in {} ;