1
0
forked from GitHub/gf-rgl

added AllSwa and make the language compilable

This commit is contained in:
krangelov
2021-04-28 08:42:05 +02:00
parent 9d657a6f24
commit bfa64d477d
3 changed files with 9 additions and 1 deletions

5
src/swahili/AllSwa.gf Normal file
View File

@@ -0,0 +1,5 @@
--# -path=.:../bantu:../abstract:../common:../api:../prelude
concrete AllSwa of AllSwaAbs =
LangSwa
** {} ;

3
src/swahili/AllSwaAbs.gf Normal file
View File

@@ -0,0 +1,3 @@
abstract AllSwaAbs =
Lang
** {} ;