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