1
0
forked from GitHub/gf-core
Files
gf-core/lib/src/sindhi/GrammarSnd.gf
2012-02-21 09:20:38 +00:00

25 lines
380 B
Plaintext

--# -path=.:../abstract:../common:../prelude
concrete GrammarSnd of Grammar =
NounSnd,
VerbSnd,
AdjectiveSnd,
AdverbSnd,
NumeralSnd,
SentenceSnd,
QuestionSnd,
RelativeSnd,
ConjunctionSnd,
PhraseSnd,
TextX - [Adv],
StructuralSnd,
TenseX - [Adv],
IdiomSnd
** {
flags startcat = Phr ; unlexer = text ; lexer = text ;
}