forked from GitHub/gf-rgl
started a separate module for names
This commit is contained in:
@@ -14,7 +14,8 @@ concrete GrammarSwa of Grammar =
|
||||
TextX,
|
||||
StructuralSwa,
|
||||
IdiomSwa,
|
||||
TenseX
|
||||
TenseX,
|
||||
NamesSwa
|
||||
** {
|
||||
|
||||
flags startcat = Phr ;
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
concrete NamesSwa of Names = CatSwa ** { }
|
||||
Reference in New Issue
Block a user