mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-07 14:16:31 -06:00
21 lines
292 B
Plaintext
21 lines
292 B
Plaintext
concrete GrammarEus of Grammar =
|
|
NounEus,
|
|
VerbEus,
|
|
AdjectiveEus,
|
|
AdverbEus,
|
|
NumeralEus,
|
|
SentenceEus,
|
|
QuestionEus,
|
|
RelativeEus,
|
|
ConjunctionEus,
|
|
PhraseEus,
|
|
TextX,
|
|
StructuralEus,
|
|
IdiomEus,
|
|
TenseX
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|