forked from GitHub/gf-rgl
added AllSwa and make the language compilable
This commit is contained in:
@@ -42,7 +42,7 @@ Slo,Slovak,slovak,,,,,,n,,y
|
||||
Slv,Slovenian,slovenian,,,,,n,n,,n
|
||||
Snd,Sindhi,sindhi,,,,,,,,y
|
||||
Spa,Spanish,spanish,Romance,,y,,,,y,y
|
||||
Swa,Swahili,swahili,Bantu,,,n,n,n,n,n
|
||||
Swa,Swahili,swahili,Bantu,,,y,n,n,n,n
|
||||
Swe,Swedish,swedish,Scand,,y,,,,y,y
|
||||
Tel,Telugu,telugu,,,y,n,n,n,,n
|
||||
Tha,Thai,thai,,to_thai,,,,,,y
|
||||
|
||||
|
5
src/swahili/AllSwa.gf
Normal file
5
src/swahili/AllSwa.gf
Normal file
@@ -0,0 +1,5 @@
|
||||
--# -path=.:../bantu:../abstract:../common:../api:../prelude
|
||||
|
||||
concrete AllSwa of AllSwaAbs =
|
||||
LangSwa
|
||||
** {} ;
|
||||
3
src/swahili/AllSwaAbs.gf
Normal file
3
src/swahili/AllSwaAbs.gf
Normal file
@@ -0,0 +1,3 @@
|
||||
abstract AllSwaAbs =
|
||||
Lang
|
||||
** {} ;
|
||||
Reference in New Issue
Block a user