1
0
forked from GitHub/gf-rgl
Files
gf-rgl/src/urdu/GrammarUrd.gf
T
2010-01-15 09:09:02 +00:00

25 lines
363 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete GrammarUrd of Grammar =
NounUrd,
VerbUrd,
AdjectiveUrd,
AdverbUrd,
NumeralUrd,
SentenceUrd,
QuestionUrd,
RelativeUrd,
ConjunctionUrd,
PhraseUrd,
TextX,
StructuralUrd,
TenseX,
IdiomUrd
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}