forked from GitHub/gf-core
23 lines
361 B
Plaintext
23 lines
361 B
Plaintext
--# -path=.:../abstract:../common:prelude
|
|
|
|
concrete GrammarSlv of Grammar =
|
|
NounSlv,
|
|
VerbSlv,
|
|
AdjectiveSlv,
|
|
AdverbSlv,
|
|
NumeralSlv,
|
|
SentenceSlv,
|
|
QuestionSlv,
|
|
{- RelativeSlv,-}
|
|
ConjunctionSlv,
|
|
PhraseSlv,
|
|
TextX - [Pol,PPos,PNeg],
|
|
StructuralSlv,
|
|
{- IdiomSlv, -}
|
|
TenseX
|
|
** {
|
|
|
|
flags startcat = Phr ; unlexer = text ; lexer = text ;
|
|
|
|
} ;
|