mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-26 11:36:27 -06:00
23 lines
365 B
Plaintext
23 lines
365 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 ;
|
|
|
|
} ;
|