mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-28 12:26:30 -06:00
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