Files
gf-core/lib/src/punjabi/GrammarPnb.gf
2010-11-24 13:43:53 +00:00

25 lines
379 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete GrammarPnb of Grammar =
NounPnb,
VerbPnb,
AdjectivePnb,
AdverbPnb,
NumeralPnb,
SentencePnb,
QuestionPnb,
RelativePnb,
ConjunctionPnb,
PhrasePnb,
TextX - [Adv],
StructuralPnb,
TenseX - [Adv],
IdiomPnb
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}