1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/slovenian/GrammarSlv.gf
2016-06-15 08:25:23 +00:00

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 ;
} ;