forked from GitHub/gf-rgl
Import AdverbTur only from GrammarTur
This commit is contained in:
@@ -6,7 +6,8 @@ concrete GrammarTur of Grammar =
|
||||
AdjectiveTur,
|
||||
NumeralTur,
|
||||
StructuralTur,
|
||||
SentenceTur
|
||||
SentenceTur,
|
||||
AdverbTur
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
||||
|
||||
@@ -2,8 +2,7 @@
|
||||
|
||||
concrete LangTur of Lang =
|
||||
GrammarTur,
|
||||
LexiconTur,
|
||||
AdverbTur
|
||||
LexiconTur
|
||||
** {
|
||||
|
||||
flags startcat = Phr ; unlexer = text ; lexer = text ; coding=utf8 ;
|
||||
|
||||
Reference in New Issue
Block a user