started a separate module for names

This commit is contained in:
Krasimir Angelov
2023-07-24 17:24:13 +02:00
parent 8b1309c99d
commit 645de9955a
100 changed files with 611 additions and 227 deletions
+2 -1
View File
@@ -14,7 +14,8 @@ concrete GrammarSwa of Grammar =
TextX,
StructuralSwa,
IdiomSwa,
TenseX
TenseX,
NamesSwa
** {
flags startcat = Phr ;
+1
View File
@@ -0,0 +1 @@
concrete NamesSwa of Names = CatSwa ** { }