1
0
forked from GitHub/gf-rgl

(zul) mostly changes to VP

This commit is contained in:
Laurette Marais
2022-12-16 23:16:25 +02:00
parent fe2c221e7b
commit 21e84c764c
21 changed files with 731 additions and 204 deletions
+1
View File
@@ -5,6 +5,7 @@ abstract NguniChunk =
Backward[ComplV2,ComplV3],
ExtraExt,
NounExt,
RelativeExt,
VerbExt,
PhraseExt,
-- MonoLexAbs,
+1
View File
@@ -5,6 +5,7 @@ concrete NguniChunkZul of NguniChunk =
BackwardZul[ComplV2,ComplV3],
ExtraExtZul,
NounExtZul,
RelativeExtZul,
VerbExtZul,
PhraseExtZul,
-- MonoLexZul,
+1
View File
@@ -5,6 +5,7 @@ abstract NguniLang =
Backward[ComplV2,ComplV3],
ExtraExt,
NounExt,
RelativeExt,
VerbExt,
PhraseExt
-- MonoLexAbs,
+1
View File
@@ -5,6 +5,7 @@ concrete NguniLangZul of NguniLang =
BackwardZul[ComplV2,ComplV3],
ExtraExtZul,
NounExtZul,
RelativeExtZul,
VerbExtZul,
PhraseExtZul
-- MonoLexZul,