Files
gf-core/lib/src/nepali/GrammarNep.gf

25 lines
392 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete GrammarNep of Grammar =
NounNep,
VerbNep,
AdjectiveNep,
AdverbNep,
NumeralNep,
SentenceNep,
QuestionNep,
RelativeNep,
ConjunctionNep,
PhraseNep,
TextX - [Adv],
StructuralNep,
TenseX - [Adv],
IdiomNep
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}